You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\Solutions\C3\test>c3c build
⚠️ The compiler encountered an unexpected error: "TODO reached".
- Function: sema_check_asm_arg_addr(...)
- Source file: D:\a\c3c\c3c\src\compiler\sema_asm.c:206
🙏 Please consider taking the time to file an issue on GitHub, so that we can get it fixed:
https://github.com/c3lang/c3c/issues/new so that we can get it fixed.
I don't quite understand if this is not supposed to happen or if I am missing something, there seems to be something wrong, also if I try to compile this:
The second is obvious why it doesn't work at least: text asm doesn't understand its surroundings.
Looking through the asm code will take a little while because I have to read through it to remember how it worked. Also, I had contributors to it making it less familiar to my eyes as well.
Trying to compile the following code:
C3C generate the following output:
but it compiles fine when I remove the "+ 0":
I am on windows an I compiled with the latest release (0.6.6)
The text was updated successfully, but these errors were encountered: