Open OmbraRD opened 7 months ago
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
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 -CompileExpected behavior:
00100000
to be writtenCurrent behavior:
100000