mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-27 15:29:30 +00:00
b92683ed43
additionally, it was block moving the size of the DS fill rather than the size of the relocation records.
16 lines
260 B
ArmAsm
16 lines
260 B
ArmAsm
*
|
|
* test rel DS \ command to verify it uses the current segment offset,
|
|
* not the current file offset.
|
|
*
|
|
|
|
ovr all
|
|
asm 3012-rel-ds-1.S
|
|
asm 3012-rel-ds-2.S
|
|
asm 3012-rel-ds-3.S
|
|
|
|
lnk 3012-rel-ds-1.L
|
|
lnk 3012-rel-ds-2.L
|
|
lnk 3012-rel-ds-3.L
|
|
|
|
sav 3012-rel-ds
|