diff --git a/fire/fire_tiny.s b/fire/fire_tiny.s index a928259e..f3574d77 100644 --- a/fire/fire_tiny.s +++ b/fire/fire_tiny.s @@ -17,7 +17,8 @@ ; 149 bytes -- use monitor GR ; 149 bytes -- load into zero page ; 140 bytes -- start using zero-page addressing - +; 139 bytes -- rotate instead of mask for low bit +; 138 bytes -- bcs instead of jmp ; Zero Page SEEDL = $4E @@ -56,28 +57,27 @@ white_loop: fire_loop: - ldx #44 ; 22 * 2 + ldx #44 ; 22 * 2 ; 2 yloop: + lda