added new routines for ansi

This commit is contained in:
eck
1990-01-22 10:54:12 +00:00
parent 0614d593dd
commit 69e2ddcb49
26 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.define __creat
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern __creat
.sect .text
__creat: move.w #0x8,d0
move.l 4(sp),a0
move.w 8(sp),d1
ext.l d1
jmp call