1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-03 12:07:26 +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-06-13 22:48:03 +02:00
.idea Refactoring control flow graph to enable proc calls. Still need to handle return values properly. 2017-06-11 23:36:05 +02:00
lib
src/dk/camelot64/kickc New alias elimination implementation. Optimized register allocation for test. 2017-06-13 22:48:03 +02:00
kickc.iml