diff --git a/README.md b/README.md index af11130..f622961 100644 --- a/README.md +++ b/README.md @@ -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