comment cleanup

This commit is contained in:
Egan Ford 2017-04-15 22:03:18 -06:00
parent 459acf0fb7
commit f3b1afb67b
1 changed files with 2 additions and 2 deletions

View File

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