https://github.com/nukep/fn65
A high-level programming language for the 6502 microprocessor
https://github.com/nukep/fn65
Last synced: about 1 month ago
JSON representation
A high-level programming language for the 6502 microprocessor
- Host: GitHub
- URL: https://github.com/nukep/fn65
- Owner: nukep
- License: other
- Created: 2015-06-29T08:39:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T08:39:58.000Z (almost 11 years ago)
- Last Synced: 2026-01-02T12:45:04.675Z (6 months ago)
- Language: Rust
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fn65
Fn65 is a work in progress programming language for the 8-bit 6502 microprocessor.
It is meant to increase programmer productivity and improve code clarity for
homebrew platforms such as the NES, Atari 2600 and Commodore 64.
Fn65 is a language that features type safety and certain high-level syntaxes at
a minimimal-to-no performance cost.
At this point in time, much of the language design is still in my head.
Please bear with me while the actual compiler gets implemented.
## Technical documentation
For more information on language and compiler design, see the `docs/` directory.