mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
11 lines
276 B
ArmAsm
11 lines
276 B
ArmAsm
% The .text contents is supposed to be linked --oformat binary with
|
|
% b-twoinsn.s and b-goodmain.s, and will provide two LOP_FILEs, but
|
|
% specifying the same file number.
|
|
.text
|
|
.byte 0x98,06,42,2
|
|
.ascii "foo.s"
|
|
.byte 0,0,0
|
|
.byte 0x98,06,42,2
|
|
.ascii "bar.s"
|
|
.byte 0,0,0
|