ack/mach/m68020/libem/mon.s
1988-10-03 10:53:47 +00:00

18 lines
218 B
ArmAsm

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