mirror of
https://github.com/marketideas/qasm.git
synced 2025-02-06 07:30:09 +00:00
add test files for external abs
This commit is contained in:
parent
8216c6f489
commit
2b9f5856d8
12
testdata/3009-abs-ent-1.S
vendored
Normal file
12
testdata/3009-abs-ent-1.S
vendored
Normal 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
11
testdata/3009-abs-ent-2.S
vendored
Normal 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
9
testdata/3009-abs-ent-link.S
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user