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
dl has a length of 3 when it should be 4 breaking old scripts.
dl
How to reproduce: arch md.cpu endian msb
-Set origin in asm file to $100000 with a label -Use dl label somewhere in the rom -Compile
dl label
Expected behavior: 00100000 to be written
00100000
Current behavior: 100000
100000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dl
has a length of 3 when it should be 4 breaking old scripts.How to reproduce:
arch md.cpu
endian msb
-Set origin in asm file to $100000 with a label
-Use
dl label
somewhere in the rom-Compile
Expected behavior:
00100000
to be writtenCurrent behavior:
100000
The text was updated successfully, but these errors were encountered: