add test files for external abs

This commit is contained in:
Kelvin Sherlock 2021-04-12 20:53:57 -04:00
parent 8216c6f489
commit 2b9f5856d8
3 changed files with 32 additions and 0 deletions

12
testdata/3009-abs-ent-1.S vendored Normal file
View File

@ -0,0 +1,12 @@
rel
ent const
const equ $123456 ; only 24-bit value saved in rel dictionary.
db const
dw const
adr const
adrl const
ddb const
sav 3009-abs-ent-1.L

11
testdata/3009-abs-ent-2.S vendored Normal file
View File

@ -0,0 +1,11 @@
rel
ext const
db const
dw const
adr const
adrl const
ddb const
sav 3009-abs-ent-2.L

9
testdata/3009-abs-ent-link.S vendored Normal file
View File

@ -0,0 +1,9 @@
* link file
* generated file should not have any OMF relocation records.
ovr all
asm 3009-abs-ent-1.S
asm 3009-abs-ent-2.S
lnk 3009-abs-ent-1.L
lnk 3009-abs-ent-2.L
sav 3009-abs-ent