ack/mach/mantra/libsys/_fstat.s

27 lines
408 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
1990-12-19 12:42:21 +00:00
__fstat: move.l #0x1C,d0
1990-01-22 13:09:29 +00:00
move.l 4(sp),a0
move.l 8(sp),d1
1990-12-19 12:42:21 +00:00
jsr callc
tst.l d0
blt 1f
move.l 4(sp),a0
add.l #30,a0
lea 2(a0),a1
move.w -(a0),-(a1)
move.w -(a0),-(a1)
move.w -(a0),-(a1)
move.w -(a0),-(a1)
move.w -(a0),-(a1)
move.w -(a0),-(a1)
move.w -(a0),-(a1)
move.w -(a0),-(a1)
1:
rts