ack/mach/m68k4/libem/nop.s

19 lines
205 B
ArmAsm
Raw Normal View History

1985-02-07 22:06:32 +00:00
.define .nop
.sect .text
.sect .rom
.sect .data
.sect .bss
1985-02-07 22:06:32 +00:00
.sect .text
1985-02-07 22:06:32 +00:00
.nop:
1985-03-04 15:29:36 +00:00
pea 4(sp)
1985-02-07 22:06:32 +00:00
move.l hol0,-(sp)
pea fmt
jsr .diagnos
1985-03-04 15:29:36 +00:00
add.l #12,sp
1985-02-07 22:06:32 +00:00
rts
.sect .data
1985-03-04 15:29:36 +00:00
fmt: .asciz "test %d, sp %d\n"
1985-02-07 22:06:32 +00:00
.align 2