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
This code works: .if 1 variable: .db 1 .else variable: .db 0 .endif
But this DOESN'T work, resulting in a 'label allready exists' error .if 1 variable: .db 1 .else variable:. db 0 .endif
The text was updated successfully, but these errors were encountered:
Fix for issue #94, small change to ASCIZ handling during in a conditi…
7b84ef8
…onal block and included testcase with binary math
Released as v1.11
Sorry, something went wrong.
envenomator
No branches or pull requests
This code works:
.if 1
variable: .db 1
.else
variable: .db 0
.endif
But this DOESN'T work, resulting in a 'label allready exists' error
.if 1
variable:
.db 1
.else
variable:.
db 0
.endif
The text was updated successfully, but these errors were encountered: