mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-27 23:30:56 +00:00
entropy: more comments
This commit is contained in:
parent
8df4d4c3e3
commit
de27045079
@ -168,11 +168,10 @@ nextx: ; NEXT X
|
||||
;============
|
||||
; 20
|
||||
nexty: ; NEXT Y
|
||||
pla
|
||||
; lda YPOS ; y+=6
|
||||
adc #5 ; carry always set coming in, so only add 5
|
||||
; sta YPOS
|
||||
pha
|
||||
pla ; YPOS on stack
|
||||
adc #5 ; y+=6
|
||||
; carry always set coming in, so only add 5
|
||||
pha ; YPOS back on stack
|
||||
cmp #189 ; see if less than 189
|
||||
bcc yloop ; if so, loop
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user