diff --git a/demos/lovebyte2024/spiraling_shape_32/spiral_32.s b/demos/lovebyte2024/spiraling_shape_32/spiral_32.s index 6a747ed2..ddecdee1 100644 --- a/demos/lovebyte2024/spiraling_shape_32/spiral_32.s +++ b/demos/lovebyte2024/spiraling_shape_32/spiral_32.s @@ -6,6 +6,15 @@ ; Lovebyte 2024 +; Spiral plus some bass notes in 31 bytes + +; You can enter it directly onto your Apple II with the following: +; CALL -151 +; E9: 20 D8 F3 2C 30 C0 A8 A2 8C A9 60 20 11 F4 A2 DF +; F9: A0 E2 E6 FE A9 01 29 7F 85 E7 20 5D F6 F0 E4 +; E9G + + ; zero page locations GBASL = $26 GBASH = $27