The 65C02 is partially supported as of this writing in the assembler. The entirety of the additional 'C02 instruction set should be supported, and appropriate test cases added.
My retro programming projects for some targets including the Amstrad PCW, the CP/M operating system and the Z80 cpu. Includes a Small-C compiler, Z80 assembler, text editor, graphics, Unix-like shell...
A very simple subset of C Compiler(Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator) implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE 310 in undergraduate studies in CSE, BUET
The 65C02 is partially supported as of this writing in the assembler. The entirety of the additional 'C02 instruction set should be supported, and appropriate test cases added.