An open API service indexing awesome lists of open source software.

https://github.com/x65/examples

Example apps for X65 microcomputer
https://github.com/x65/examples

65816 65816-assembly assembly

Last synced: about 1 month ago
JSON representation

Example apps for X65 microcomputer

Awesome Lists containing this project

README

          

# Code examples for X65 microcomputer

## Building

1. Install [cc65 toolchain](https://cc65.github.io/). 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](https://tinyurl.com/x65-memory-map).