ack/mach/mantra/libsys/_fstat.s

12 lines
164 B
ArmAsm
Raw Normal View History

1990-01-22 13:09:29 +00:00
.define __fstat
.extern __fstat
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__fstat: move.l #0x1C,d0
move.l 4(sp),a0
move.l 8(sp),d1
jmp callc