#C64 Basic Examples
Thanks to the petcat utility supplied with VICE emulator package, one can easily write C64 Basic programs on his favorite text editor on a 'modern' computer and run on the emulator. Let's see how.
-
Hello World
Introduction to petcat -
Maze-gen
A maze generator program based on famous10 PRINT CHR$(205.5+RND(1)); : GOTO 10
trick.