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

Import binary data from external file #26

Open
archanox opened this issue Dec 16, 2021 · 2 comments
Open

Import binary data from external file #26

archanox opened this issue Dec 16, 2021 · 2 comments

Comments

@archanox
Copy link
Owner

archanox commented Dec 16, 2021

Could not include binary, baserom.gb

Add support for second and third params for INCBIN to accept offset and length of binary to include

INCBIN "baserom.gb", $43, $48 - $43
@archanox
Copy link
Owner Author

This needs to be read during run time of the compiled code, not during conversion.

@archanox
Copy link
Owner Author

If there are regions of bytes to be extracted from blobs, these can be split into separate files before compilation, and then loaded on the fly after it has been converted to c#.

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

1 participant