1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-20 08:29:29 +00:00

Updated Intro section of README.md

Specified that compiled code is targeted to DASM assembler.
This commit is contained in:
RevCurtisP 2018-02-03 14:10:33 -05:00 committed by GitHub
parent a16b96f518
commit 702e7f7c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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