Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-22 13:09:29 +00:00
parent 37c64c6e36
commit 1fdf2d2e19
30 changed files with 411 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
.define __unlink
.extern __unlink
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__unlink: move.l #0xA,d0
move.l 4(sp),a0
jmp callc