mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-19 19:31:04 +00:00
Updated Intro section of README.md
Specified that compiled code is targeted to DASM assembler.
This commit is contained in:
parent
a16b96f518
commit
702e7f7c56
@ -4,6 +4,8 @@ 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
|
||||
|
||||
The compiler generates assembly language code, currently targeted to the DASM assembler.
|
||||
|
||||
See the top-level [documentation](doc/c02.txt) for more information.
|
||||
|
||||
## Building the Compiler
|
||||
|
Loading…
x
Reference in New Issue
Block a user