ack/mach/m68k4/libem/nop.s
1985-03-04 15:29:36 +00:00

15 lines
147 B
ArmAsm

.define .nop
.text
.nop:
pea 4(sp)
move.l hol0,-(sp)
pea fmt
jsr .diagnos
add.l #12,sp
rts
.data
fmt: .asciz "test %d, sp %d\n"
.align 2