1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-10 10:29:36 +00:00
kickc/src/main/kc/lib
2024-01-02 19:45:16 +01:00
..
6502.c Added 6502.h with SEI() and CLI(). 2020-10-18 20:33:36 +02:00
atan2.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
c64-basic-floats.c Added MAKEWORD() and MAKELONG(). Removed support for initializer lists for initializing word/dword. #668 2021-07-02 00:21:08 +02:00
c64-bitmap.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
c64-keyboard.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
c64-multiplexer.c Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64-print.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
c64-time.c Added fragments. Fixed problem in CIA timer library and tests. 2021-07-22 01:16:59 +02:00
c64-tod.c Added "c64-" prefix on all C64-only libraries. 2021-02-04 09:18:27 +01:00
c64.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
c64dtv.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
conio-atarixl.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
conio-c64.c Added support for specifying CONIO screen/color address and default text color using a #define. Thanks to @Sepa for contributing the code. 2021-10-05 22:08:56 +02:00
conio-c128.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
conio-cbm-shared.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
conio-lines.c Fixed String consolidation problem with local labels shadowing global labels. Split conio.c into platform-specific files. Closes #472 2020-06-05 16:35:14 +02:00
conio-mega65.c Added support for specifying CONIO screen/color address and default text color using a #define. Thanks to @Sepa for contributing the code. 2021-10-05 22:08:56 +02:00
conio-nes.c Added support for specifying CONIO screen/color address and default text color using a #define. Thanks to @Sepa for contributing the code. 2021-10-05 22:08:56 +02:00
conio-plus4.c Added support for specifying CONIO screen/color address and default text color using a #define. Thanks to @Sepa for contributing the code. 2021-10-05 22:08:56 +02:00
conio-vic20.c Added support for specifying CONIO screen/color address and default text color using a #define. Thanks to @Sepa for contributing the code. 2021-10-05 22:08:56 +02:00
conio.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
ctype.c Improved minus literal implementation. Added <ctype.h> toupper(), <string.h> strupr(). Added support for %X (upper case HEX) in printf() format. Closes #419 2020-04-25 13:15:22 +02:00
cx16-bitmap.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
cx16-conio.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
cx16-kernal.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
cx16-mouse.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
cx16-veralib.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
cx16.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
division.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
errno.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
fastmultiply.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
kernal.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
limits.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
math.c Fixed stack-overflow on recursive __stackcall functions. Added <math.h> abs(). Added <stdio.h> printf(). Closes #415 2020-04-25 16:51:35 +02:00
mega65-dma.c Added fragments. 2021-10-17 08:55:22 +02:00
mega65-memorymapper.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
mega65.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
multiply.c Removed support for LValue unary operator low/high <x >x. Added support for LValue BYTE0(), BYTE1(), ..., WORD0(), .... Closes #667 2021-06-11 21:41:01 +02:00
nes.c Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
pet-conio.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
printf.c Rewrote printf() to use a putc() function pointer. Working on #698 2021-08-13 09:19:33 +02:00
sine.c Updated %nn to 0bnn and $nn to 0xnn. 2024-01-02 19:45:16 +01:00
sprintf.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
sqr.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
stdio.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
stdlib.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00
string.c #819 C-code baseline with CX16 developments 2023-04-24 05:27:26 +00:00