1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-10 10:29:36 +00:00
kickc/src/test/kc
2020-12-30 23:13:55 +01:00
..
.vscode Added Commander X16 Platform Target and example program. %581 2020-12-14 01:29:39 +01:00
adventofcode All tests are now passing. __varcall works reasonably well for non-struct variables. Added some missing fragments and some new tests. 2020-12-05 23:56:01 +01:00
complex Updated const names to VICII. 2020-12-30 01:55:04 +01:00
examples Added cruncher plug-in and example programs. Closes #603 2020-12-30 23:13:55 +01:00
millfork-benchmarks Updated const names to VICII. 2020-12-29 19:37:32 +01:00
multiplexer-irq Updated const names to VICII. 2020-12-29 19:37:32 +01:00
32bit-rols.c Added 32bit unsigned rol/ror fragments. 2020-10-30 16:05:31 +01:00
address-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-7.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
address-8.c Added more tests for __address(). Added error when using __address on a local array variable. 2020-06-27 11:11:03 +02:00
address-9.c Added more tests for __address(). Added error when using __address on a local array variable. 2020-06-27 11:11:03 +02:00
address-10.c Added more tests for __address(). Added error when using __address on a local array variable. 2020-06-27 11:11:03 +02:00
address-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-of-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-of-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-of-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-of-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
address-with-expression-value.c added support for expressions in __address 2020-12-09 12:18:07 +01:00
alias.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
array-16bit-init.c Fixed Wrong size of padding for non-byte arrays. Closes #497 2020-07-27 12:12:41 +02:00
array-16bit-lookup.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
array-length-mismatch.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
array-length-symbolic-min.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
array-length-symbolic.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
array-uninitialized.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
arrays-init-kasm-1.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
arrays-init-kasm-0.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
arrays-init-short.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
arrays-init.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
arrays-nonstandard-syntax.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
asm-culling-jmp.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
asm-mnemonic-names.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
asm-uses-0.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
assign-const.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
assignment-chained.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
assignment-compound.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
assignundeclared.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
atarixl-md5.c Added missing 32bit-fragments for @mark.j.fisher.See #553 2020-10-30 10:43:01 +01:00
atarixl-md5b.c Created minimal failing MD5 loop 2020-10-30 21:43:12 +01:00
atoi-1.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
balloon.png Added tests for inline assembler & kickassembler. 2019-03-14 23:09:50 +01:00
bgblack.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bgblacklib.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-circle-2.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-circle.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-line-anim-1.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-line-anim-2.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-plot-1.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-plot-2.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-plot-3.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-plot-0.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-plotter.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitwise-not-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bitwise-not.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-const.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-function.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-ifs-min.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-ifs.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-not-operator-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-not-operator-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-not-operator-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-nullpointer-exception.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-pointer.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bool-vars.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bresenham.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
bresenhamarr.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
c-types.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
c64dtv-8bppcharstretch.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
c64dtv-8bppchunkystretch.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
c64dtv-blitter-box.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
c64dtv-blittermin.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
c64dtv-color.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-gfxexplorer.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
c64dtv-gfxmodes.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
call-parameter-autocast.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
callconstparam.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
callinc.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
callmin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
callsum.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cast-deref.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cast-error.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cast-not-needed-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cast-not-needed-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cast-not-needed.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cast-precedence-problem.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
casting-negative.c Fixed problem with casting negative 8-bit numbers to 16-bit. Closes #496 2020-07-22 09:10:34 +02:00
casting.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
chargen.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
chessboard.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
chipset-test.c Added test for macro-based struct addressing vs. const-pointer based. 2020-10-19 23:59:26 +02:00
cia-timer-cyclecount.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
cia-timer-simple.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
circlechars.c Added missing fragment. 2020-05-07 08:42:27 +02:00
clobber-a-problem.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
coalesce-assignment.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
code-after-return-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
code-after-return.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comma-decl-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comma-decl-for.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comma-decl.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comma-expr-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comma-expr-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comma-expr-for.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comparison-rewriting-pointer.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
comparison-rewriting.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
complex-conditional-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
condition-integer-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
condition-integer-2.c Fixed problem with post increment inside conditions. Closes #486 2020-07-06 17:49:41 +02:00
condition-integer-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
condition-integer-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
condition-integer-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
condition-type-mismatch.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
consolidate-array-index-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
consolidate-constant-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-bool-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-condition.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-declaration.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-early-identification.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-identification.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-if-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-int-cast-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-mult-div.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-param.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-parenthesis.c Added a const parenthesis test. #470 2020-06-06 08:48:00 +02:00
const-pointer-modify.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-pointer.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-signed-promotion.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
const-volatile-problem.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
const-word-pointer.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
constabsmin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
constant-prepost.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
constant-string-concat-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
constant-string-concat.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
constantmin.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
constants.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
constref-not-literal-problem.c Fixed problem problem where constant references are not literal. Closes #540 2020-10-12 19:59:07 +02:00
cordic-atan2-16-ref.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
cordic-atan2-16.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
cordic-atan2-clear.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
cordic-atan2.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
cpu-45gs02-addressing-modes.c Added support fro 45GS02 CPU addressing modes and instructions. Added a few 45GS02 optimized fragments. 2020-07-30 14:11:17 +02:00
cpu-45gs02.c Added support fro 45GS02 CPU addressing modes and instructions. Added a few 45GS02 optimized fragments. 2020-07-30 14:11:17 +02:00
cpu-65c02-addressing-modes.c Added support fro 45GS02 CPU addressing modes and instructions. Added a few 45GS02 optimized fragments. 2020-07-30 14:11:17 +02:00
cpu-65c02.c Added some fragments and tests for 65CE02. 2020-07-30 01:20:41 +02:00
cpu-65ce02-addressing-modes.c Added support fro 45GS02 CPU addressing modes and instructions. Added a few 45GS02 optimized fragments. 2020-07-30 14:11:17 +02:00
cpu-65ce02-b.c Added Z register support to register allocation, synthesis, fragment system, clobber and more for 65CE02 and 45GS02. 2020-07-31 23:16:54 +02:00
cpu-65ce02-eightqueens.c Added more fragments and optimized others. 2020-08-01 03:01:00 +02:00
cpu-65ce02.c Added some fragments and tests for 65CE02. 2020-07-30 01:20:41 +02:00
cpu-6502-addressing-modes.c Now the ASM generation uses the instruction set of the declared CPU. Added support for addressing modes and instructions in the 65C02 instruction set. 2020-07-28 22:40:24 +02:00
cpu-6502.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-function-intrinsic.c Added support for __intrinsic only being present in .c-file while absent in .h-file. Closes #417 2020-04-25 15:46:27 +02:00
cstyle-decl-function-mismatch.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-function-missing.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-function-redefinition.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-function.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-var-mismatch.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-var-missing.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
cstyle-decl-var-multiple.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-var-redefinition.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
cstyle-decl-var.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
danny-joystick-problem.c Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
declared-memory-var-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-memory-var-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-memory-var-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-memory-var-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-memory-var-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-memory-var-6.c Improved support for declaring pointers located on zero-page. __address(0xfc) char * zp2. #554 2020-11-02 01:18:03 +01:00
declared-memory-var-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-memory-var-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-memory-var-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
declared-ssa-var-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
deep-nesting.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
default-font.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
deref-to-derefidx-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
deref-to-derefidx.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
derefidx-word-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
derefidx-word-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
derefidx-word-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
divide-2s.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
double-assignment.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
double-call-problem.c Fixed exception when using a return value from a VOID function. Added proper error message when printf() is missing parameters referenced in the format string. 2020-05-03 13:59:48 +02:00
double-import.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
double-indexing-arrays.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
duplicate-loop-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
dword.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
empty-function-1.c Now comments on global variables are no longer destroyed. However some comments appear twice! 2020-06-27 20:32:09 +02:00
empty-function-2.c Now comments on global variables are no longer destroyed. However some comments appear twice! 2020-06-27 20:32:09 +02:00
empty-function-0.c Now comments on global variables are no longer destroyed. However some comments appear twice! 2020-06-27 20:32:09 +02:00
emptyblock-error.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
encoding-atascii.c Fixed ATASCII newline encoding. Closes #526 2020-09-29 02:07:09 +02:00
encoding-literal-char.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-err-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-err-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
enum-err-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
euclid-3.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
euclid-problem-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
euclid-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
fastmultiply-127.c Changed align() to __align(). Closes #600 2020-12-21 09:22:44 +01:00
fib.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
fib2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
fibmem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
fill-square.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
fillscreen-1.c Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-2.c Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-3.c Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
flipper-rex2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
float-error-message.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
font-hex-show.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
font-hex.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
for-empty-increment.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
for-empty-init.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
for-ever-2.c Fixing #488. Still fails on for() with no condition and an increment. 2020-07-07 08:32:42 +02:00
for-ever.c Added failing test for for(;;). 2020-07-05 18:38:55 +02:00
for-ranged-novar.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
for-two-vars.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
forced-zeropage.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
forclassicmin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
forincrementassign.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
forranged-npe.c Added test of ranged for loop with an undeclared loop variable. Closes #333 2020-06-28 02:00:02 +02:00
forrangedwords.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
forrangemin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
forrangesymbolic.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
fragment-synth.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
fragment-variations.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
function-as-array.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
function-infinite-loop.c Working on better ASM fragment handling for pointer to pointer. #484 2020-07-01 08:24:12 +02:00
function-pointer-noarg-2.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-3.c Removed support for inline kickasm in the global scope. Now only kickasm inside functions (code) or kickasm as initializer for arrays are supported. 2020-06-22 23:53:34 +02:00
function-pointer-noarg-call-2.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-3.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-4.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-5.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
function-pointer-noarg-call-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
function-pointer-noarg-call-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
function-pointer-noarg-call-9.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
function-pointer-noarg-call-10.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
function-pointer-noarg-call-11.c Fixed bug when using 2 function pointers in one block. Closes #463 2020-05-26 17:45:55 +02:00
function-pointer-noarg-call-12.c Added test with array of function pointers. 2020-09-26 22:52:19 +02:00
function-pointer-noarg-call-13.c Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
function-pointer-noarg-call-14.c Fixed exception in pass 2 casued by constant function parameter. Closes #561 2020-11-01 18:49:10 +01:00
function-pointer-noarg-call.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-problem-1.c Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
function-pointer-return.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
gfxbank.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
global-label-problem.c Added missing c-file. 2020-06-05 17:02:38 +02:00
global-pc-multiple.c Introduced KickAss XEX format modifier plugin https://gitlab.com/jespergravgaard/kickass-plugin-atari-xex. Changed #pragma pc() to #pragma start_address(). Added start_address to .TGT platform file. Closes #571 2020-11-15 02:15:48 +01:00
global-pc.c Introduced KickAss XEX format modifier plugin https://gitlab.com/jespergravgaard/kickass-plugin-atari-xex. Changed #pragma pc() to #pragma start_address(). Added start_address to .TGT platform file. Closes #571 2020-11-15 02:15:48 +01:00
halfscii.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
helloworld2-inline.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
helloworld2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
helloworld0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
hex2dec-ptrptr.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
hex2dec.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
ifmin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
illegal-alignment.c Changed align() to __align(). Closes #600 2020-12-21 09:22:44 +01:00
illegal-unnamed-parameter.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
illegal-void-parameter.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
illegallvalue.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
illegallvalue2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
immzero.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
imported.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
importing.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
incd020-2.c Added lexer support for all mnemonics used in CPU 65C02. Added Cpu65C02 instruction set. 2020-07-28 21:31:17 +02:00
incd020.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
include-define-sub.h Working on #pragma target handling in preprocessor - to fix the embedded #defines. 2020-05-12 00:08:11 +02:00
include-define.c Working on #pragma target handling in preprocessor - to fix the embedded #defines. 2020-05-12 00:08:11 +02:00
incrementinarray.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
index-pointer-rewrite-1.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-2.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-3.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-4.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-5.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-6.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-7.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-8.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-9.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-pointer-rewrite-0.c Added tests for improving array iteration performance for different types of arrays. 2020-10-01 22:30:04 +02:00
index-sizeof-reuse-2.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
index-sizeof-reuse.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
infloop-error.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
init-volatiles.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
initializer-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
initializer-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
initializer-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
initializer-4.c Added test of support for trailing commas in initializer lists. Closes #393 2020-06-28 00:43:40 +02:00
initializer-5.c Added test of support for trailing commas in initializer lists. Closes #393 2020-06-28 00:43:40 +02:00
initializer-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-clobber-none.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-clobber.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-jsr-clobber.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-label.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-ma-var.c Added Atari 2600 Sprite test. 2020-05-21 21:34:34 +02:00
inline-asm-optimized.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-param.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-ref-scoped.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-refout-const.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-refout-undef.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-refout-var.c Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
inline-asm-refout.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-asm-uses-problem-2.c Improved support for declaring pointers located on zero-page. __address(0xfc) char * zp2. #554 2020-11-02 01:18:03 +01:00
inline-asm.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-assignment.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-dword-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-function-if.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-function-level2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-function-min.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-function-print.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-function.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
inline-kasm-clobber.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-kasm-data.c Implemented support for __address() on arrays. Removed support for pc parameter on inline kickasm. Closes #480. Closes #479 2020-06-22 00:07:59 +02:00
inline-kasm-loop.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-kasm-refout.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-kasm-resource.c Fixed scope comparison. 2020-06-27 12:21:29 +02:00
inline-kickasm-uses-problem.c Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
inline-pointer-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-pointer-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-pointer-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-string-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-string-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-string-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-string.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-word-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-word-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-word-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inline-word.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inlinearrayproblem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inmem-const-array.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inmemarray.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inmemstring.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inner-increment-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
inner-index-problem.c Added missing C-file. 2020-09-28 00:10:47 +02:00
int-conversion.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
int-literals.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
interrupt-volatile-reuse-problem1.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
interrupt-volatile-reuse-problem2.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
invalid-consttype.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
irq-hardware-clobber-jsr.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-hardware-clobber.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-hardware-stack.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-hardware.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-idx-problem.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-kernel-minimal.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
irq-kernel.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-local-var-overlap-problem.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-pragma.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
irq-raster.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
irq-unknown-type.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
irq-volatile-bool-problem.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
issue-594-case.c add test case 2020-12-05 21:23:38 -05:00
iterarray.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
kc-ka-string-encoding.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
keyboard-glitch.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
kickasm-uses-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
kickasm-uses-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
kickasm-uses-prevent-deletion.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
library-constructor-1.c Implemented #pragma constructor_for(constructor, proc1, proc2, ...). Closes #416 2020-08-24 00:35:48 +02:00
library-constructor-2.c Implemented #pragma constructor_for(constructor, proc1, proc2, ...). Closes #416 2020-08-24 00:35:48 +02:00
library-constructor-3.c Added tests for #pragma constructor_for() errors. Closes #511 2020-08-25 00:27:42 +02:00
library-constructor-0.c Implemented #pragma constructor_for(constructor, proc1, proc2, ...). Closes #416 2020-08-24 00:35:48 +02:00
library-constructor-error-1.c Added tests for #pragma constructor_for() errors. Closes #511 2020-08-25 00:27:42 +02:00
library-constructor-error-2.c Added tests for #pragma constructor_for() errors. Closes #511 2020-08-25 00:27:42 +02:00
library-constructor-error-0.c Added tests for #pragma constructor_for() errors. Closes #511 2020-08-25 00:27:42 +02:00
line-anim.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
linegen.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
literal-char-minus-number.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
literal-string-array.c All tests are now passing. __varcall works reasonably well for non-struct variables. Added some missing fragments and some new tests. 2020-12-05 23:56:01 +01:00
literal-strings.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
literal-word-pointer-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
literal-word-pointer-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
literals.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-9.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-10.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-call-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange-problem-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
liverange.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
local-string.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
local-var-shadowing-procedure.c Fixed problem with local variable not shadowing global functions. Closes #597 2020-12-09 22:42:17 +01:00
localscope-loops.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
localscope-simple.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
logarithm.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
long-pointer-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
long-pointer-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
longbranch-interrupt-problem.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
longjump.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
longjump2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-break-continue.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-break-nested.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-break.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-continue.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-for-continue.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-for-empty-body.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-for-sideeffect.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-memset-min.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-npe.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-problem2.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loop-problem3.c Fixed problem where nested infinite loop produces wrong block sequence. Closes #547 2020-10-18 17:46:09 +02:00
loop-while-continue.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-while-min.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop-while-sideeffect.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loop100.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loophead-problem-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loophead-problem-3.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loophead-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loophead-trivial-1.c Fixed problem caused when the same resource is decalred twice in inline kickasm. Closes #537 2020-10-11 15:47:10 +02:00
loopmin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loopnest.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loopnest2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loopnest3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
loopsplit.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ma_coalesce_problem.c Changed align() to __align(). Closes #600 2020-12-21 09:22:44 +01:00
malloc-1.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
malloc-0.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
malloc-problem-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
mem-alignment.c Changed align() to __align(). Closes #600 2020-12-21 09:22:44 +01:00
mem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
memcpy-1.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
memcpy-0.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
memory-heap.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
memptr.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
min-fmul-16.c Changed align() to __align(). Closes #600 2020-12-21 09:22:44 +01:00
minus-precedence-problem.c Fixed problem with incorrect parenthesising of non-associative binary operators in constant expressions. Closes #450 2020-05-27 09:05:20 +02:00
missing-band.c Added missing fragments for Janne Johansson. Closes #293 2020-12-06 01:56:33 +01:00
mixed-array-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
mixed-array-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
modglobal.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
modglobalmin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
mul8u-min.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
multiply-1.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
multiply-2.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
multiply-2s.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
multiply-3.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
multiply-16bit-const.c Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
multiply-ns.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
nes-array.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
no-calledinterrupt.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
no-div-runtime.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
no-inlineinterrupt.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
no-mod-runtime.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
no-mul-runtime.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
no-paraminterrupt.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
no-recursion-heavy.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
no-returninterrupt.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
nocast.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
nomodify-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
nomodify-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
nomodify-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
nomodify-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
nomodify-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
nomodify-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
noop-cast-elimination.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
noreturn.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
norom-charset.c Updated const names to VICII. 2020-12-29 19:37:32 +01:00
norom.asm Updated const names to VICII. 2020-12-29 19:37:32 +01:00
number-conversion.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
number-inference-sum.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
number-ternary-fail-2.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
number-ternary-fail-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
number-ternary-fail.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
number-type.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
operator-lohi-problem-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
operator-lohi-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
optimize-unsigned-comparisons.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
overlap-allocation-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
overlap-allocation.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
parameter-autocast-wrong.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
parse-negated-struct-ref.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
plasma-center.c Changed align() to __align(). Closes #600 2020-12-21 09:22:44 +01:00
platform-asm6502.c All tests are now passing. __varcall works reasonably well for non-struct variables. Added some missing fragments and some new tests. 2020-12-05 23:56:01 +01:00
platform-default-define.c Implemented target platform defines by putting the handling of #pragma target() into the preprocessor/parser. 2020-05-15 08:19:26 +02:00
platform-plus4-define.c Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
plus-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
plus4-kbhit.c Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
plus4-keyboard-test.c Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-anding.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-cast-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-cast-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-cast-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-cast.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-const-deep.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-const-typedef.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-const.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-plus-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-plus-signed-word.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-pointer-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-pointer-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-pointer-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-to-pointer-problem.c Added a test. 2020-07-01 23:45:09 +02:00
pointer-void-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-void-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-void-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-void-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pointer-void-err-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
post-increment-problem-2.c Fixes optimization problem with post-increment/decrement of calculated pointers. Closes #428 2020-04-28 20:13:29 +02:00
post-increment-problem-3.c Working on #486 post increment problems inside conditions. 2020-07-06 17:40:15 +02:00
post-increment-problem-4.c Working on #486 post increment problems inside conditions. 2020-07-06 17:40:15 +02:00
post-increment-problem-5.c Fixed problem with post-increment causing java exception. Closes #538 2020-10-11 15:56:17 +02:00
post-increment-problem.c Added initial strncat() implementation. Found error in post-increment when used in a condition. 2020-04-11 22:48:33 +02:00
postinc.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
pragma-noparenthesis.c Now parenthesizing all #pragmas. Closes #512 2020-08-27 23:40:10 +02:00
pragma-unknown.c Recoded #pragma parsing to allow unknown pragmas (as long as they follow the parenthesized syntax). Closes #324 2020-08-26 01:24:04 +02:00
preprocessor-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-3b.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-9.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
preprocessor-10.c Added support for #error. Closes #440 2020-05-29 22:21:20 +02:00
preprocessor-11.c Added support for #error. Closes #440 2020-05-29 22:21:20 +02:00
preprocessor-12.c Moved #include to CPreprocessor. Fixed problem where #include does not respect #if. Closes #442 2020-05-29 23:11:52 +02:00
preprocessor-13.c Corrected preprocessor handling of #define with a body starting with left parenthesis. Closes #518 2020-09-27 19:48:54 +02:00
preprocessor-14.c Added __KICKC__ define. Closes #523 2020-09-28 22:25:15 +02:00
preprocessor-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
primes-1000-2.c Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
primes-1000.c Added primes test C-file. 2020-04-17 01:13:41 +02:00
print-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
printf-1.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-2.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-10.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-11.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-12.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-13.c Added circle chars test. 2020-05-06 22:36:46 +02:00
printf-14.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-15.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-16.c Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-error-1.c Added printf() support for newlines, %% and %c. Added tests for different formats. #410 #415 2020-04-21 08:41:52 +02:00
printf-error-2.c Added support for printf() parameter index format string (eg. %2$d). Closes #420 2020-04-25 14:48:20 +02:00
printf-error-3.c Added support for printf() parameter index format string (eg. %2$d). Closes #420 2020-04-25 14:48:20 +02:00
printf-error-4.c Added a few more printf() error tests. 2020-04-25 14:53:14 +02:00
printf-error-5.c Added a few more printf() error tests. 2020-04-25 14:53:14 +02:00
printf-error-6.c Fixed exception when using a return value from a VOID function. Added proper error message when printf() is missing parameters referenced in the format string. 2020-05-03 13:59:48 +02:00
printf-speed.c Optimized conio.c by using x-indexing and a line-cursor instead of having a char-cursor. 2020-05-20 22:25:39 +02:00
printmsg.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
prng-xorshift.c Added pseuso random number generator to <stdlib.h>. Closes #434 2020-05-05 07:46:48 +02:00
problem-array-struct-init.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
problem-bool-compare-2.c Added missing files. 2020-10-01 10:31:34 +02:00
problem-bool-compare.c Added missing files. 2020-10-01 10:31:34 +02:00
problem-const-addition.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
problem-inline-struct-return.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
problem-ma-var-overwrite.c Fixed problem with incorrect parenthesising of non-associative binary operators in constant expressions. Closes #450 2020-05-27 09:05:20 +02:00
problem-negate-const.c Casts are now inlined during parse - so they can be used for struct unwinding and more. They are then de-inlined around pass 1. This fixes problem with passing struct constructor as parameter to function. Closes #413 2020-04-19 11:05:54 +02:00
problem-negative-word-const.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
problem-struct-inline-parameter-1.c Printf tests rewritten to use inline struct constructors. 2020-04-19 11:53:15 +02:00
problem-struct-inline-parameter.c Casts are now inlined during parse - so they can be used for struct unwinding and more. They are then de-inlined around pass 1. This fixes problem with passing struct constructor as parameter to function. Closes #413 2020-04-19 11:05:54 +02:00
procedure-callingconvention-stack-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-9.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-10.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-11.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-12.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedure-callingconvention-stack-13.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
procedure-callingconvention-stack-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
procedurenotfound.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
processor-port-test-writethrough.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
processor-port-test.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
ptr-complex.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
ptrptr-optimize-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ptrptr-optimize-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ptrptr-optimize-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ptrtest.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ptrtestmin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
rand-1.c Added test for rand() 2020-05-05 07:49:32 +02:00
recursion-error-complex.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
recursion-error.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
register-1.c Added Z register support to register allocation, synthesis, fragment system, clobber and more for 65CE02 and 45GS02. 2020-07-31 23:16:54 +02:00
register-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
register-clobber.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
reserve-zp-global-range.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
reserve-zp-global.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
reserve-zp-procedure-1.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
reserve-zp-procedure-2.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
reserve-zp-procedure-3.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
reserve-zp-procedure-4.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
returnfromvoid.c Added proper error when returning value from void function. Closes #400 2020-04-13 10:50:57 +02:00
robozzle64-label-problem.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
roll-sprite-msb.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
roll-variable.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
runtime-unused-procedure.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sandbox-ternary-error.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sandbox.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
scan-desire-problem.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
screen-center-angle.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
screen-center-distance.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
screen-show-spiral-buckets.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
screen-show-spiral.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
scroll-clobber.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
scrollbig-clobber.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
selfassign.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
semi-struct-1.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
semi-struct-2.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
sequence-locality-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sequence-locality-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sieve-min.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
sieve.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
signed-bytes.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
signed-char-comparison.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
signed-indexed-subtract.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
signed-word-minus-byte-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
signed-words.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
simple-loop.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sineb.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
sinus-basic.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
sinusgen8.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
sinusgen8b.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
sinusgen16.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
sinusgen16b.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
sinusgenscale8.c Changed sinus to sine for better english. Closes #565 2020-11-08 10:48:03 +01:00
sizeof-arrays.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sizeof-expr.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sizeof-in-const-pointer.c Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-struct.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sizeof-types.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sprite-font.c Updated const names to VICII. 2020-12-30 01:55:04 +01:00
sprtabs.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
sqr-delta.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
stack-relative-addressing.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
stars-1.c Added a test for a pseudo random number generator and struct-of-arrays vs array of strucs. 2020-05-04 01:24:28 +02:00
stars-2.c Added a test for a pseudo random number generator and struct-of-arrays vs array of strucs. 2020-05-04 01:24:28 +02:00
statement-sequence-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
static-init-code-1.c Working on static initialization rewrite _init(). #257 2020-06-18 10:01:45 +02:00
static-init-code-2.c Working on static initialization rewrite _init(). #257 2020-06-18 10:01:45 +02:00
static-init-code-0.c Working on static initialization rewrite _init(). #257 2020-06-18 10:01:45 +02:00
static-register-optimization-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
stmt-empty-1.c Added test of support for empty statements. Closes #267 2020-06-28 00:21:27 +02:00
stmt-empty.c Added support for empty statements. Closes #395 2020-06-28 00:16:25 +02:00
stmt-outside-method.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
strcpy-0.c Added strcpy() test. 2020-06-16 23:30:38 +02:00
strength-reduction-1.c Added test for loop loop invariant calculation hoisting optimization. #535 2020-10-05 23:35:41 +02:00
string-const-consolidation-noroot.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-const-consolidation.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-encoding-literals.c Added support for string encoding suffixes as: ASCII, at: ATASCII, sa: Screencode Atari. Closes #575 2020-11-15 17:51:04 +01:00
string-encoding-mix-error.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-encoding-pragma.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-encoding-unknown.c Added support for Atari string encodings ATASCII and screencoce_atari. Closes #500 2020-08-08 02:09:08 +02:00
string-escapes-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-escapes-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-escapes-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-escapes-4.c Improved chrout() implementation. 2020-04-13 11:09:24 +02:00
string-escapes-5.c Upgraded to KickAsm 5.14. Fixed PETSCII encoding problem. Closes #401 2020-04-13 10:33:44 +02:00
string-escapes-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-escapes-err-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-escapes-err-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-length-mismatch.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
string-pointer-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
strip.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
strncat-0.c Added initial strncat() implementation. Found error in post-increment when used in a condition. 2020-04-11 22:48:33 +02:00
struct-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-9.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-10.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-11.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-11b.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-12.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-13.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-14.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-15.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-16.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-17.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-18.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-19.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-20.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-21.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-22.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-23.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-24.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-25.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-26.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-27.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-28.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-29.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-30.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-31.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-32.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-33.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-34.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-35.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-36.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-37.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-38.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-39.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-40.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-41.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-42.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-43.c Fixed problem with size calculation of arrays inside structs. Closes #458 2020-05-30 00:56:45 +02:00
struct-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-directives.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-err-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-err-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-err-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-err-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-err-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-err-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-error-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-pointer-ints.c Fixed missing fragment. Closes #435 2020-05-11 20:55:29 +02:00
struct-pointer-to-member-2.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pointer-to-member.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pos-fill.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-8.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-9.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-10.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-11.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-12-ref.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-12.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-13.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-14.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-15.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-16.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-17.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-18.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-19.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-20.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-21.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-22.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
struct-ptr-23.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-24.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-25.c Now comments on global variables are no longer destroyed. However some comments appear twice! 2020-06-27 20:32:09 +02:00
struct-ptr-26.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
struct-ptr-28.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-29.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-30.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-31.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-32.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-33.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-34.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-ptr-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
struct-unwinding-1.c All tests are now passing. __varcall works reasonably well for non-struct variables. Added some missing fragments and some new tests. 2020-12-05 23:56:01 +01:00
struct-unwinding-2.c All tests are now passing. __varcall works reasonably well for non-struct variables. Added some missing fragments and some new tests. 2020-12-05 23:56:01 +01:00
struct-unwinding-3.c All tests are now passing. __varcall works reasonably well for non-struct variables. Added some missing fragments and some new tests. 2020-12-05 23:56:01 +01:00
subexpr-optimize-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
subexpr-optimize-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
subexpr-optimize-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
subexpr-optimize-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
subexpr-optimize-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
summin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
switch-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
switch-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
switch-3-err.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
switch-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
switch-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ternary-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ternary-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ternary-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ternary-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
ternary-inference.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test-comments-block.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test-comments-global.c Now comments on global variables are no longer destroyed. However some comments appear twice! 2020-06-27 20:32:09 +02:00
test-comments-loop.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test-comments-single.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test-comments-usage.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test-comparisons-sword.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
test-comparisons-word.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
test-comparisons.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
test-division.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
test-interrupt-notype.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-interrupt-volatile-write.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-interrupt-volatile.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-interrupt.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-kasm-pc-error.c Removed inline kickasm parse trick that created a statement and then deleted it again. 2020-06-23 00:22:56 +02:00
test-kasm-pc.c Implemented support for __address() on arrays. Removed support for pc parameter on inline kickasm. Closes #480. Closes #479 2020-06-22 00:07:59 +02:00
test-kasm.c Removed support for inline kickasm in the global scope. Now only kickasm inside functions (code) or kickasm as initializer for arrays are supported. 2020-06-22 23:53:34 +02:00
test-keyboard-space.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-keyboard.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
test-lohiconst.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test-lowhigh.c Renamed print.h functions. 2020-04-13 20:06:30 +02:00
test-multiply-8bit.c Changed align() to __align(). Closes #600 2020-12-21 09:22:44 +01:00
test-multiply-16bit.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-scroll-up.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test-signed-word-minus-byte.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
test-utoa.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
test-word-size-arrays.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
test.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
tetris-npe.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
textbox.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
tod-1.c Using time-of-day in both 8 queens programs. 2020-04-26 23:50:19 +02:00
tod018-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
tofewparams-varlength.c Added support for declaring var-length parameter lists in functions. Added __intrinsic directive for specifying that a function is implemented in the compiler. Added initial tiny implementation of intrinsic printf(), which only handles %s. #410 #415 2020-04-19 23:29:37 +02:00
tofewparams.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
tomanyparams.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
toupper-1.c Added test of toupper() 2020-04-25 20:23:40 +02:00
travis1.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
true-inline-words.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
type-inference.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
type-mix.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
type-promotion-bool-param.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
type-promotion-schar-param.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
type-signed.c Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
typedef-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typedef-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typedef-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typedef-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typedef-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typedef-6.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typedef-7.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typedef-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typeid-plus-byte-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typeid-plus-bytes.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typeid-simple.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typeinference-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
typemismatch.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unary-plus.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
uninitialized.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unknown-var-problem.c Added test for #564 2020-11-04 09:09:38 +01:00
unroll-call.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unroll-for-min.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unroll-infinite.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unroll-loop-modifyvar.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unroll-screenfill-for-double.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unroll-screenfill-for.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unroll-screenfill-while.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unroll-while-min.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unsigned-void-error.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unused-irq.c Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
unused-method.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
unused-vars.c Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
unusedblockproblem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
useglobal.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
useundeclared.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
useuninitialized.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
useuninitialized2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-export.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-forward-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-forward-problem2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-init-problem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-register-noarg.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-register-zp-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-register-zp-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-register-zp.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
var-register.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
varcall-1.c Rudimentary return value working. TODO: Passing using registers, Live ranges, Entry Points. 2020-11-22 22:39:15 +01:00
varcall-2.c Added test with 16bit types. 2020-11-23 10:08:11 +01:00
varcall-3.c Added test with 16bit types. 2020-11-23 10:08:11 +01:00
varcall-4.c Struggling with struct return values. 2020-11-23 11:46:54 +01:00
varlength-error.c Added support for declaring var-length parameter lists in functions. Added __intrinsic directive for specifying that a function is implemented in the compiler. Added initial tiny implementation of intrinsic printf(), which only handles %s. #410 #415 2020-04-19 23:29:37 +02:00
varmodel-ma_mem-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
varmodel-ma_mem-3.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
varmodel-ma_mem-4.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
varmodel-ma_mem-5.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
varmodel-ma_mem.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
varmodel-unknown.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
vic20-raster.c Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
vic20-simple.c Added a VIC 20 target. Added CONIO support for VIC 20. 2020-05-16 16:28:24 +02:00
void-parameter.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
volatile-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
volatile-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
volatile-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
voronoi.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
wfragment1.c Added support for header-files found in include-folders and C-files found in library-folders. The compiler auto-searches for the C-file in the defined lib search path whenever a H-file is included. Closes #387 2020-04-11 21:15:34 +02:00
word-array-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-array-2.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-array-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-pointer-compound.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-pointer-iteration-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-pointer-iteration.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-pointer-math-1.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-pointer-math-0.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
word-pointer-math.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
wordexpr.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
zeropage-detect-advanced.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
zeropage-exhausted.c Added support for reserving ZP ranges using NN..NN range syntax "#pragma zp_reserve(0x00..0x1f, 0x22). Changed name of #pragma and function directive to zp_reserve() and __zp_reserve(). Closes #238 2020-05-22 15:24:03 +02:00
zeropage-sinus.c Updated const names to VICII. 2020-12-30 01:55:04 +01:00
zp-reserve-coalesce-problem.c Fixed problem where zp_reserve is not being honoured after using __address. Closes #550 2020-10-30 09:17:34 +01:00
zpparammin.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00
zpptr.c Retired special file extension .kc. Now using .c for all examples and tests. Closes #195 2020-04-11 16:06:15 +02:00