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 is useful when adding a .sid which already has its load address as part of the file format.
The text was updated successfully, but these errors were encountered:
It would be nice if binary data can be loaded into a .const, and some kind of Rust-style slice syntax can be used to access the data within.
.const
For instance, to load a .sid file:
.const MY_SID = file("music.sid") * = MY_SID[0..2] .data MY_SID[2..]
Sorry, something went wrong.
Alternative would be to do something like .struct foo { ...labels and .byte/word/fill... } followed by .file "music.sid" as foo
.struct foo { ...labels and .byte/word/fill... }
.file "music.sid" as foo
No branches or pull requests
This is useful when adding a .sid which already has its load address as part of the file format.
The text was updated successfully, but these errors were encountered: