qasm/testdata/3012-rel-ds-2.S
Kelvin Sherlock b92683ed43 REL DS calculation is based on the total segment size, not the current file.
additionally, it was block moving the size of the DS fill rather than the size of the relocation records.
2021-04-27 16:39:22 -04:00

17 lines
246 B
ArmAsm

rel
a ent
b ent
c ent
nop
nop
* should generate $100 - 4 bytes of $ff since 2 bytes in first file, 2 bytes above.
* extra ent labels to verify the DS padding algorithm adjusts the relacation records.
ds \,$ff
d ent
sav 3012-rel-ds-2.L