ack/mach/pmds4/libsys/tell.s
1985-03-04 16:08:41 +00:00

11 lines
120 B
ArmAsm

.define _tell
.extern _tell
_tell:
pea 1
clrl.l -(sp)
mov.l 12(sp),-(sp)
jsr _lseek
add #12,sp
rts