1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-08 17:54:40 +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-11-03 07:58:02 +01:00
.idea Moved to maven based configuration & build. 2017-07-29 14:59:55 +02:00
src/main Fixed constant propagation problem: (const-identification.kc) Constants are not identified correctly. Some times constant pointers are treated as variables Eg. byte* SCREEN = $0400 is adressed through zero-page even though it can be adressed directly. 2017-11-03 07:58:02 +01: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