ack/mach/m68k2/libem/nop.s
1984-12-14 15:41:14 +00:00

14 lines
126 B
ArmAsm

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