correction of syntax errors
This commit is contained in:
parent
e969c006b7
commit
89bbe4c782
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
.extern _tell
|
.extern _tell
|
||||||
_tell:
|
_tell:
|
||||||
pea 1
|
pea 1
|
||||||
clrl.l -(sp)
|
clr.l -(sp)
|
||||||
mov.l 12(sp),-(sp)
|
move.l 12(sp),-(sp)
|
||||||
jsr _lseek
|
jsr _lseek
|
||||||
add #12,sp
|
add #12,sp
|
||||||
rts
|
rts
|
||||||
|
|
Loading…
Reference in a new issue