ack/mach/m68k2/libem/mon.s

17 lines
209 B
ArmAsm
Raw Permalink Normal View History

1984-12-14 15:41:14 +00:00
.define .mon
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1984-12-14 15:41:14 +00:00
.mon:
move.l (sp)+,a0
pea fmt
jsr .diagnos
add #6,sp
jmp EXIT
.sect .data
1990-08-21 10:17:49 +00:00
fmt: .asciz "system call %d not implemented\n"
1984-12-14 15:41:14 +00:00
.align 2