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

ALIGN statement at end of file / between DS statements at the end of a file produces unnecessary fillbytes #109

Open
envenomator opened this issue Dec 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@envenomator
Copy link
Owner

This program already just puts out one byte
ld a,b ; 0x78
ds 256 ; end of file, produces no output

However, this program produces a lot of fillbytes
ld a,b ; 0x78
align 256 ; 256x fillbyte
ds 256 ; end of file, no output

enhancement request to postpone ALIGN writes similarly as DS

@envenomator envenomator added the enhancement New feature or request label Dec 21, 2024
@envenomator envenomator self-assigned this Dec 21, 2024
@envenomator envenomator changed the title ALIGN statement at end of file / between DS statements at the end of a file produces empty fillbytes ALIGN statement at end of file / between DS statements at the end of a file produces unnecessary fillbytes Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant