ack/mach/m68k2/libem/mon.s
1990-08-21 10:17:49 +00:00

17 lines
209 B
ArmAsm

.define .mon
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.mon:
move.l (sp)+,a0
pea fmt
jsr .diagnos
add #6,sp
jmp EXIT
.sect .data
fmt: .asciz "system call %d not implemented\n"
.align 2