1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-06 12:28:57 +00:00
C02/README.md
RevCurtisP c7dba5150f
Cleaned up README.md
Replaced section "Purpose" with link to top-level documentation.
2018-02-03 13:44:09 -05:00

9 lines
291 B
Markdown

# 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](doc/c02.txt) for more information.