1984-12-14 15:41:14 +00:00
|
|
|
.define .mon
|
1985-06-04 10:57:42 +00:00
|
|
|
.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
|
|
|
|
|
1985-06-04 10:57:42 +00:00
|
|
|
.sect .data
|
1984-12-14 15:41:14 +00:00
|
|
|
fmt: .asciz "system call %d not implemented"
|
|
|
|
.align 2
|