RP6502 Examples

Examples for your Picocomputer. For setup information, see:
https://github.com/picocomputer/rp6502-vscode

You must have on your development system:

  • VSCode. This has its own installer.
  • A source install of this CC65.
  • The following suite of tools for your specific OS.
$ sudo apt-get install cmake python3 pip git build-essential
$ pip install pyserial

Change the VSCode CMake launch target to select which example to run. Press CTRL-SHIFT-B or "Run Build Task..." to launch target.