ack/mach/m68k4/libem/mon.s

18 lines
211 B
ArmAsm
Raw Normal View History

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