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-12-03 22:57:54 +01:00
.idea Working on support for inline constants with multiple potential types. 2017-11-26 17:38:45 +01:00
src/main Added library for using BASIC functions. Improved print library. Added test creating a sine. Added asserts for methods with to few/many parameters. Added assert for requiring procedure return value. Added som missing fragments. 2017-12-03 22:57: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