forgot _dup() & _creat()

This commit is contained in:
eck
1990-01-22 10:34:50 +00:00
parent aee0dc7377
commit 0614d593dd
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.define __creat
.extern __creat
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__creat: move.l #0x8,d0
jmp (call)