ARM9 / bass

fork of byuu's bass assembler
169 stars 50 forks source link

dl assembling incorrectly #57

Open OmbraRD opened 7 months ago

OmbraRD commented 7 months ago

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 Screenshot 2024-04-13 162246

Expected behavior: 00100000 to be written

Current behavior: 100000