mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-25 08:29:55 +00:00
glados: check in some asm commits
This commit is contained in:
parent
dac6337cfd
commit
43731c2b2d
@ -85,18 +85,18 @@ music_done:
|
||||
rts
|
||||
|
||||
|
||||
while(1) {
|
||||
click; ; LDA / 4-cycles
|
||||
loop:
|
||||
y--; ; DEY / 2-cycles
|
||||
if (y==0) { ; BNE 2/3
|
||||
mainy--;
|
||||
if (mainy==0) return;
|
||||
}
|
||||
x--;
|
||||
if (x==0) {}
|
||||
reload_x;
|
||||
}
|
||||
; while(1) {
|
||||
; click; ; LDA / 4-cycles
|
||||
;loop:
|
||||
; y--; ; DEY / 2-cycles
|
||||
; if (y==0) { ; BNE 2/3
|
||||
; mainy--;
|
||||
; if (mainy==0) return;
|
||||
; }
|
||||
; x--;
|
||||
; if (x==0) {}
|
||||
; reload_x;
|
||||
; }
|
||||
|
||||
|
||||
;55 PRINT " ------------------------------------ "
|
||||
|
Loading…
x
Reference in New Issue
Block a user