comment cleanup

This commit is contained in:
Egan Ford 2017-04-15 22:03:18 -06:00
parent 459acf0fb7
commit f3b1afb67b

View File

@ -1,6 +1,6 @@
;loader.s ;loader.s
; ;
; moves itself to hire memory, ; moves itself to another page memory,
; then reads binary from disk using params at end, ; then reads binary from disk using params at end,
; then jumps to binary ; then jumps to binary
; ;
@ -32,7 +32,7 @@ trknum = $04 ; loop var
start: start:
.org stage1 .org stage1
ldx #0 ; move code to hi memory ldx #0 ; move code to stage2
move: move:
lda moved,x lda moved,x
sta loader,x sta loader,x