ack/mach/m68k4/libem/nop.s
1987-03-27 09:58:03 +00:00

19 lines
209 B
ArmAsm

.define .nop
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.nop:
pea 4(sp)
move.l .lino,-(sp)
pea fmt
jsr .diagnos
lea 12(sp),sp
rts
.sect .data
fmt: .asciz "test %d, sp 0x%x.\n"
.align 2