mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-27 15:29:30 +00:00
8d65e4c290
"label ext" should import label (an absolute ent from a .L file) into the local symbol table. handled by setting the linkgeqbit.
10 lines
179 B
ArmAsm
10 lines
179 B
ArmAsm
*
|
|
* verify ext imports an absolute ent label and can use it in expressions.
|
|
*
|
|
ovr all
|
|
asm 3014-ext.S
|
|
lnk 3014-ext.L
|
|
extra ext
|
|
ds extra ; 128 byte reserved space
|
|
sav 3014-ext
|