We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
__snot
__i48not
Demonstration: https://discord.com/channels/432891584451706892/1184990251769397380/1305595574246182952
Compiling c -std=gnu11 in -Oz for ez80: int48_t foo(int48_t x) { return ~x; } public _foo _foo: call __frameset0 ld hl, (ix + 6) ld de, (ix + 9) call __snot pop ix ret extern __snot extern __frameset0
Compiling c -std=gnu11 in -Oz for ez80:
-Oz
int48_t foo(int48_t x) { return ~x; }
public _foo _foo: call __frameset0 ld hl, (ix + 6) ld de, (ix + 9) call __snot pop ix ret extern __snot extern __frameset0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Demonstration: https://discord.com/channels/432891584451706892/1184990251769397380/1305595574246182952
The text was updated successfully, but these errors were encountered: