1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-06 12:28:57 +00:00
C02/README.md

9 lines
291 B
Markdown
Raw Normal View History

2018-01-28 19:06:08 +00:00
# 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.
2018-01-28 19:06:08 +00:00