forgot _dup() & _creat()
This commit is contained in:
9
mach/m68020/libsys/_creat.s
Normal file
9
mach/m68020/libsys/_creat.s
Normal 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)
|
||||
Reference in New Issue
Block a user