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
call
call sample label: db 'hello' sample: hlt
Program should compile into:
0xCD, 0x08, 0x00, 'h', 'e', 'l', 'l', 'o', 0x76
However instead 0x08 the address is 0x04
The text was updated successfully, but these errors were encountered:
also holds for as-z80
Sorry, something went wrong.
[#229] Fix compilation of db
ff46e3f
[#229] as-8080, as-z80: fixed computing address when string
00de674
Merge pull request #230 from emustudio/bug-229
d345683
No branches or pull requests
Program should compile into:
However instead 0x08 the address is 0x04
The text was updated successfully, but these errors were encountered: