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
- Host: GitHub
- URL: https://github.com/x65/examples
- Owner: X65
- Created: 2025-01-17T17:35:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T20:14:25.000Z (over 1 year ago)
- Last Synced: 2025-02-28T04:57:44.470Z (over 1 year ago)
- Topics: 65816, 65816-assembly, assembly
- Language: C
- Homepage: https://x65.zone/
- Size: 292 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).