Skip to content

Conversation

@danielwcarey
Copy link
Contributor

  • Updated methods to use async/await.
  • Added method to handle magazine entries that include counts like {3 spaces}.
  • Added additional entries for escape sequences found while testing large BASIC program, "C64 Sprite Editor" from COMPUTE'S! Gazette November 2025.

Updated methods to use async/await.
Added method to handle magazine entries that include counts like {3 spaces}.
Added additional entries for escape sequences found while testing large BASIC program, "C64 Sprite Editor" from COMPUTE'S! Gazette Nov, 2025.
@radius75
Copy link
Contributor

radius75 commented Jan 3, 2026

I have a quick question: is {3 spaces} a format recognized in any particular Basic editor? Or is it perhaps a one-off idea by the code author to shorten the space itself for magazine presentation?

BTW
CBMprgStudio solves this by allowing you to add * number of repetitions to any "SPECIAL" string.

obraz

@danielwcarey
Copy link
Contributor Author

The {3 spaces} pattern came from using the code listing from COMPUTES's! Gazette November 2025, pg. 75, specifically from the C64 Sprite Editor line 1400:
1400 PRINT:PRINT "{79 SPACES}"

@GideonZ GideonZ merged commit beaaa10 into GideonZ:master Jan 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants