ack/mach/pmds4/libsys/tell.s

16 lines
178 B
ArmAsm
Raw Normal View History

1985-03-04 16:08:41 +00:00
.define _tell
1987-01-26 21:22:23 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-03-04 16:08:41 +00:00
.extern _tell
_tell:
pea 1
1987-01-27 10:50:43 +00:00
clr.l -(sp)
move.l 12(sp),-(sp)
1985-03-04 16:08:41 +00:00
jsr _lseek
add #12,sp
rts