Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-22 13:59:43 +00:00
parent c9e2ab3d4f
commit f445c23a41
24 changed files with 575 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.define __unlink
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __unlink
__unlink: trap #0
.data2 0xA
bcc 1f
jmp cerror
1:
clr.l d0
rts