ack/mach/m68020/libem/mon.s

18 lines
217 B
ArmAsm
Raw Permalink Normal View History

1987-01-29 22:10:18 +00:00
.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
1992-06-30 15:22:07 +00:00
jmp (EXIT)
1987-01-29 22:10:18 +00:00
.sect .data
fmt: .asciz "system call %d not implemented\n"
.align 2