ack/mach/m68k4/libsys/_lseek.s

13 lines
182 B
ArmAsm
Raw Permalink Normal View History

1990-01-22 11:14:56 +00:00
.define __lseek
.extern __lseek
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__lseek: move.w #0x13,d0
move.l 4(sp),a0
move.l 8(sp),d1
move.l 12(sp),a1
jmp call