1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-02 09:29:35 +00:00
KickC is a C-compiler for 6502-based platforms creating optimized and readable assembler code. The language is 95% standard C with a few limitations and a few extensions. Download Releases here https://gitlab.com/camelot/kickc/-/releases
Go to file
2017-09-04 00:49:00 +02:00
.idea Moved to maven based configuration & build. 2017-07-29 14:59:55 +02:00
src/main Working on a new live range analysis and the ability to handle constants symbolically. TODOs remaining: Live range overlap analysis of register combinations inside methods must also look at registers alive at all calls. Examine why temp-vars are used in flipper. Examine why flipper is plotted in a wrong position on the screen. Implement constants into the symbol table and support them in code. Implement new constant consolidation steps. 2017-09-04 00:49:00 +02:00
kickc.iml Moved to maven based configuration & build. 2017-07-29 14:59:55 +02:00
pom.xml Moved to maven based configuration & build. 2017-07-29 14:59:55 +02:00