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

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

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.