From 702e7f7c560b6987ab3d08a0051b8b5ff162ea24 Mon Sep 17 00:00:00 2001 From: RevCurtisP Date: Sat, 3 Feb 2018 14:10:33 -0500 Subject: [PATCH] Updated Intro section of README.md Specified that compiled code is targeted to DASM assembler. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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