added new routines for ansi
This commit is contained in:
11
mach/m68k2/libsys/_fstat.s
Normal file
11
mach/m68k2/libsys/_fstat.s
Normal file
@@ -0,0 +1,11 @@
|
||||
.define __fstat
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.extern __fstat
|
||||
.sect .text
|
||||
__fstat: move.w #0x1C,d0
|
||||
move.w 4(sp),a0
|
||||
move.l 6(sp),d1
|
||||
jmp callc
|
||||
Reference in New Issue
Block a user