1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-05-29 03:41:40 +00:00
kickc/src/test/ref/examples
2024-01-02 19:45:16 +01:00
..
atari2600 Pointers hard-coded to be located on zeropage (eg. char * const _s1 = (char*)0xee;) will now generate ZP-addressing mode ASM. Closes #731 2021-12-26 00:28:46 +01:00
atarixl added thorough fragments. #742 2021-12-31 00:11:35 +01:00
c64 Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
conio Converted to typed AsmFragmentSignature. Remove unnecessary serialization. Updated thorough test data. 2021-12-26 22:09:58 +01:00
cx16 test data update 2023-04-24 08:00:10 +02:00
eightqueens added thorough fragments. #742 2021-12-31 00:11:35 +01:00
helloworld #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
mega65 Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
memfast #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
nes Converted to typed AsmFragmentSignature. Remove unnecessary serialization. Updated thorough test data. 2021-12-26 22:09:58 +01:00
plus4 #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
rom Implemented an ASM fragment signature parser. 2021-12-29 17:39:02 +01:00