ack/mach/m68k4/libem/nop.s
1985-02-07 22:06:32 +00:00

14 lines
128 B
ArmAsm

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