ack/mach/m68k4/libem/mon.s

18 lines
208 B
ArmAsm
Raw Normal View History

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