1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-03 06:29:27 +00:00
C02/README.md
2018-02-03 13:52:36 -05:00

475 B

C02

C02 is a simple C-syntax language designed to generate highly optimized code for the 6502 microprocessor. The C02 specification is a highly specific subset of the C standard with some modifications and extensions

See the top-level documentation for more information.

Building the Compiler

In Linux, use gcc and the Makefile.

In Windows use the Pelles C IDE and the file ./C02.ppj.