Skip to content
New issue

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

.reserve Directive #4

Open
alexander-bauer opened this issue Jun 21, 2012 · 1 comment
Open

.reserve Directive #4

alexander-bauer opened this issue Jun 21, 2012 · 1 comment

Comments

@alexander-bauer
Copy link

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
@jonpovey
Copy link
Owner

Yep, something like a .reserve or .fill makes sense. Again I won't get time to look at this until July.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants