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 written
Current behavior:
100000
dlhas 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 labelsomewhere in the rom-Compile
Expected behavior:
00100000to be writtenCurrent behavior:
100000