ack/mach/m68k4/libem/mon.s

13 lines
149 B
ArmAsm
Raw Normal View History

1985-02-07 22:06:32 +00:00
.define .mon
.text
.mon:
move.l (sp)+,a0
pea fmt
jsr .diagnos
add #6,sp
jmp EXIT
.data
fmt: .asciz "system call %d not implemented"
.align 2