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
Sometimes, it is desirable to include empty or reserved space in a binary. Would it be possible to include such a directive?
For example:
.reserve 4 ;0000: 0000 0000 0000 0000
and maybe even
.reserve 4 ;0000: 0000 0000 0000 0000 .reserve 2 0xffff ;0004: ffff ffff
The text was updated successfully, but these errors were encountered:
Yep, something like a .reserve or .fill makes sense. Again I won't get time to look at this until July.
Sorry, something went wrong.
No branches or pull requests
Sometimes, it is desirable to include empty or reserved space in a binary. Would it be possible to include such a directive?
For example:
and maybe even
The text was updated successfully, but these errors were encountered: