Skip to content
/ examples Public

Example apps for X65 microcomputer

Notifications You must be signed in to change notification settings

X65/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.