1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-04 14:30:04 +00:00
kickc/src/test/ref/examples/c64
2024-01-02 19:45:16 +01:00
..
3d Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
bresenham Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
chargen Converted to typed AsmFragmentSignature. Remove unnecessary serialization. Updated thorough test data. 2021-12-26 22:09:58 +01:00
crunching Using C declaration format for types in logs, errors, comments and more. 2021-08-10 17:48:55 +02:00
fastmultiply Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
fire Allocation of zp/memory to variables is now prioritized by the calculated weight of the variable. This ensures that the most used variables are kept on zeropage when variables spill over into main memory. Closes #712 2021-09-23 08:24:56 +02:00
font-2x2 #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
irq Updated test programs use of CIA_INTERRUPT_CLEAR. 2024-01-02 19:21:16 +01:00
kernalload #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
krillload 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
linking Allocation of zp/memory to variables is now prioritized by the calculated weight of the variable. This ensures that the most used variables are kept on zeropage when variables spill over into main memory. Closes #712 2021-09-23 08:24:56 +02:00
multiplexer #815 working on moving control flow graphs into procedure compilation. 2023-04-09 23:59:49 +02:00
music Updated test programs use of CIA_INTERRUPT_CLEAR. 2024-01-02 19:21:16 +01:00
nmisamples Updated test programs use of CIA_INTERRUPT_CLEAR. 2024-01-02 19:21:16 +01:00
plasma Fixed tests. 2021-09-28 00:01:07 +02:00
rasterbars Using C declaration format for types in logs, errors, comments and more. 2021-08-10 17:48:55 +02:00
rotate Removed more ALU subsystem. 2021-12-27 09:14:27 +01:00
scroll Allocation of zp/memory to variables is now prioritized by the calculated weight of the variable. This ensures that the most used variables are kept on zeropage when variables spill over into main memory. Closes #712 2021-09-23 08:24:56 +02:00
scrollbig 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
scrolllogo Fixed tests. 2021-09-28 00:01:07 +02:00
showlogo Allocation of zp/memory to variables is now prioritized by the calculated weight of the variable. This ensures that the most used variables are kept on zeropage when variables spill over into main memory. Closes #712 2021-09-23 08:24:56 +02:00
sinplotter Removed more ALU subsystem. 2021-12-27 09:14:27 +01:00
sinsprites Removed more ALU subsystem. 2021-12-27 09:14:27 +01:00
zpcode Fixed tests for running on MacOs Sonoma 2023-11-25 16:22:11 +01:00