mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
megaload: move some things around
This commit is contained in:
parent
85ff9d0a51
commit
66985e6a1d
@ -1,6 +1,8 @@
|
||||
; read any file slot 6 version
|
||||
; based on FASTLD6 and RTS copyright (c) Peter Ferrie 2011-2013
|
||||
|
||||
; TODO:
|
||||
; non-slot6? self modfiy code?
|
||||
|
||||
adrlo = $26 ; constant from boot prom
|
||||
adrhi = $27 ; constant from boot prom
|
||||
@ -16,7 +18,7 @@
|
||||
step = $fd ; state for stepper motor
|
||||
tmptrk = $fe ; temporary copy of current track
|
||||
phase = $ff ; current phase for /seek
|
||||
dirbuf = $bf00
|
||||
dirbuf = $400
|
||||
|
||||
start:
|
||||
jsr init ; unhook DOS, init nibble table
|
||||
|
Loading…
Reference in New Issue
Block a user