mirror of
https://github.com/datajerk/c2d.git
synced 2025-01-14 23:30:34 +00:00
comment cleanup
This commit is contained in:
parent
459acf0fb7
commit
f3b1afb67b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user