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
jespergravgaard e3353acbc9 Implemented syntax for composing word from two bytes word w = { b1, b2 };
Optimizer still needs to attempt to (and allow) placing the two byte variables directly at the lo/hi-vars of the word wo minimize moving data around.

Closes #37
2017-12-25 23:27:54 +01:00
.idea Working on support for inline constants with multiple potential types. 2017-11-26 17:38:45 +01:00
src/main Implemented syntax for composing word from two bytes word w = { b1, b2 }; 2017-12-25 23:27:54 +01:00
kickc.iml Working on support for inline constants with multiple potential types. 2017-11-26 17:38:45 +01:00
pom.xml Working on support for inline constants with multiple potential types. 2017-11-26 17:38:45 +01:00