Soloman wrote: ↑Sun Apr 13, 2025 2:55 pm
EDIT - I found it, I am stupid, stupid, stupid, stupid. It was so simple......
Sorry, sorry, sorry.
Soloman,
I can't remember the last time I used a
POKE was (or a
PEEK for that matter) since I embarked on a long-overdue migration away from
BASIC, and started programming in 6502 Assembly on the "Venerable VIC-20" a little over a year ago. (Quite honestly, I am not sure I even want to remember how to
POKE and
PEEK!

)
I wish you the best of luck in your adventures learning Assembly!
OGM
P.S. Please note that you can call
JSR $CB1E from
BASIC as a sort of "PRTSTR" (print string) routine in your Assembly programs instead of
JSR $FFD2 / "CHROUT" (output character to currently identified/selected device) provided you punctuate your section of text in memory with a $00 (or
BRK in your assembler). (You can also include a $0D (
[RETURN]) prior to the punctuating $00.)