oscar64/include
drmortalwombat 1fb68c1bf3 Add -rpt option to generate error map and asm files if linker fails 2024-09-26 20:32:20 +02:00
..
audio Optimize conditional select of const values 2024-09-10 22:26:34 +02:00
c64 Fix default member constructor for single sized member arrays 2024-09-04 12:17:58 +02:00
c128 Fix drop of Y register in asm code 2024-09-22 13:46:29 +02:00
cx16 Add __bankof operator 2023-04-30 18:35:04 +02:00
gfx Optimize line draw for vertical/horizontal lines 2024-08-02 19:56:38 +02:00
nes Add iecbus library 2023-05-21 17:19:26 +02:00
opp Implement C vs C++ void pointer semantics 2024-09-18 16:27:16 +02:00
plus4 Add device libraries for various C computers 2023-03-05 15:13:02 +01:00
vic20 Prepare support for VIC20 and C128 2023-03-02 20:19:47 +01:00
assert.c Initial commit 2021-09-06 18:34:52 +02:00
assert.h Initial commit 2021-09-06 18:34:52 +02:00
conio.c Fix clrscr() for VIC20 2024-08-13 19:16:19 +02:00
conio.h Fix stop petscii definition 2024-02-21 12:12:29 +01:00
crt.c Fix drop of Y register in asm code 2024-09-22 13:46:29 +02:00
crt.h Add float long conversion 2024-09-19 09:49:16 +02:00
ctype.c Add iterators to string 2023-10-08 16:27:52 +02:00
ctype.h Add iterators to string 2023-10-08 16:27:52 +02:00
fixmath.c Improve fix point arithmetic 2024-07-28 14:41:17 +02:00
fixmath.h Fix do while loop with function condition 2023-11-16 16:40:11 +01:00
inttypes.c Add more std c include files 2024-02-20 14:16:32 +01:00
inttypes.h Add more std c include files 2024-02-20 14:16:32 +01:00
iso646.h Add more std c include files 2024-02-20 14:16:32 +01:00
limits.h Fix drop of Y register in asm code 2024-09-22 13:46:29 +02:00
math.c Fix unnamed structs 2023-12-18 07:40:31 +01:00
math.h Make log and exp intrinsics for const evaluation 2024-07-17 12:42:15 +02:00
new Add <new> header file 2023-10-02 18:43:58 +02:00
oscar.c Add buffered lzo decompress 2024-06-12 21:07:58 +02:00
oscar.h Add breakpoint intrinsic in oscar.h 2024-08-09 18:05:44 +02:00
petscii.h Add charmap pragma 2021-09-23 08:26:46 +02:00
setjmp.c Unify instruction dependency check in optimizer 2023-05-06 18:28:59 +02:00
setjmp.h Unify instruction dependency check in optimizer 2023-05-06 18:28:59 +02:00
stdarg.h Add indexed const array initializer 2022-03-26 10:29:48 +01:00
stdbool.h add alias _Bool for bool 2022-05-15 10:53:58 +02:00
stddef.h Added stddef.h 2021-10-23 16:51:27 +02:00
stdint.h Fixes to get dhrystone.c to compile and run 2021-10-03 20:35:50 +02:00
stdio.c Fix clrscr() for VIC20 2024-08-13 19:16:19 +02:00
stdio.h Fix compiler getting stuck on optimizing infinite loop 2021-12-25 12:30:24 +01:00
stdlib.c Fix various gcc torture tests 2024-09-22 21:40:27 +02:00
stdlib.h Add abort to stddef calling exit(-1) 2024-09-21 18:12:10 +02:00
string.c Add -rpt option to generate error map and asm files if linker fails 2024-09-26 20:32:20 +02:00
string.h Change memset and memclr to intrinsic functions 2024-03-24 11:22:13 +01:00
time.c Add commander x16 as target machine 2023-03-24 21:06:27 +01:00
time.h Fixes to get dhrystone.c to compile and run 2021-10-03 20:35:50 +02:00