/C64-Basic-examples

c64 Basic Exapmles

Primary LanguageVisual Basic

#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.

  1. Hello World
    Introduction to petcat

  2. Maze-gen
    A maze generator program based on famous 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 trick.