/examples

Example apps for X65 microcomputer

Primary LanguageC

Code examples for X65 microcomputer

Building

  1. Install cc65 toolchain. It needs to be in PATH.
  2. Install CMake.
  3. Do a standard CMake build. i.e. mkdir build; cd build; cmake ..; make

Documentation

See comments in the code and X65 memory map.