From a6409938052f7484b5f5dab10b89a27f2eb30095 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 26 Apr 2024 10:45:38 -0400 Subject: [PATCH] spiral: more code comments --- demos/lovebyte2024/spiraling_shape_32/spiral_32.s | 9 +++++++++ 1 file changed, 9 insertions(+) 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