1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-16 21:07:56 +00:00
kickc/src/test/ref
2020-05-22 15:24:03 +02:00
..
complex Added a VIC 20 target. Added CONIO support for VIC 20. 2020-05-16 16:28:24 +02:00
examples 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
millfork-benchmarks Added pseuso random number generator to <stdlib.h>. Closes #434 2020-05-05 07:46:48 +02:00
multiplexer-irq Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
address-0.asm
address-0.cfg
address-0.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
address-0.sym
address-1.asm
address-1.cfg
address-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
address-1.sym
address-2.asm
address-2.cfg
address-2.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
address-2.sym
address-3.asm
address-3.cfg
address-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
address-3.sym
address-4.asm
address-4.cfg
address-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
address-4.sym
address-5.asm
address-5.cfg
address-5.log
address-5.sym
address-6.asm
address-6.cfg
address-6.log
address-6.sym
address-of-0.asm
address-of-0.cfg
address-of-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
address-of-0.sym
address-of-1.asm
address-of-1.cfg
address-of-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
address-of-1.sym
address-of-2.asm
address-of-2.cfg
address-of-2.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
address-of-2.sym
address-of-3.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
address-of-3.cfg
address-of-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
address-of-3.sym
array-16bit-lookup.asm 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
array-16bit-lookup.cfg 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
array-16bit-lookup.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
array-16bit-lookup.sym 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
array-length-symbolic-min.asm
array-length-symbolic-min.cfg
array-length-symbolic-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
array-length-symbolic-min.sym
array-length-symbolic.asm
array-length-symbolic.cfg
array-length-symbolic.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
array-length-symbolic.sym
arrays-init-kasm-0.asm
arrays-init-kasm-0.cfg
arrays-init-kasm-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
arrays-init-kasm-0.sym
arrays-init-short.asm
arrays-init-short.cfg
arrays-init-short.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
arrays-init-short.sym
arrays-init.asm
arrays-init.cfg
arrays-init.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
arrays-init.sym
asm-culling-jmp.asm
asm-culling-jmp.cfg
asm-culling-jmp.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
asm-culling-jmp.sym
asm-mnemonic-names.asm
asm-mnemonic-names.cfg
asm-mnemonic-names.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
asm-mnemonic-names.sym
asm-uses-0.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
asm-uses-0.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
asm-uses-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
asm-uses-0.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
assignment-chained.asm
assignment-chained.cfg
assignment-chained.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
assignment-chained.sym
assignment-compound.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
assignment-compound.cfg
assignment-compound.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
assignment-compound.sym
atoi-1.asm 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
atoi-1.cfg 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
atoi-1.log 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
atoi-1.sym 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
bgblack.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bgblack.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bgblack.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bgblack.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-circle-2.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-circle-2.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-circle-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bitmap-circle-2.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-circle.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-circle.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-circle.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bitmap-circle.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-line-anim-1.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-line-anim-1.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-line-anim-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bitmap-line-anim-1.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-line-anim-2.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-line-anim-2.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-line-anim-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bitmap-line-anim-2.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-0.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-0.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-0.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-0.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-1.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-1.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-1.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-1.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-2.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-2.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-2.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-2.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plot-3.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
bitmap-plot-3.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
bitmap-plot-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bitmap-plot-3.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
bitmap-plotter.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plotter.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitmap-plotter.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bitmap-plotter.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
bitwise-not.asm
bitwise-not.cfg
bitwise-not.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bitwise-not.sym
bool-const.asm
bool-const.cfg
bool-const.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bool-const.sym
bool-function.asm
bool-function.cfg
bool-function.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bool-function.sym
bool-ifs-min.asm
bool-ifs-min.cfg
bool-ifs-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bool-ifs-min.sym
bool-ifs.asm
bool-ifs.cfg
bool-ifs.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bool-ifs.sym
bool-nullpointer-exception.asm
bool-nullpointer-exception.cfg
bool-nullpointer-exception.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bool-nullpointer-exception.sym
bool-pointer.asm
bool-pointer.cfg
bool-pointer.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bool-pointer.sym
bool-vars.asm
bool-vars.cfg
bool-vars.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bool-vars.sym
bresenham.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
bresenham.cfg
bresenham.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bresenham.sym
bresenhamarr.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
bresenhamarr.cfg
bresenhamarr.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
bresenhamarr.sym
c64dtv-8bppcharstretch.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-8bppcharstretch.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-8bppcharstretch.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
c64dtv-8bppcharstretch.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-8bppchunkystretch.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-8bppchunkystretch.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-8bppchunkystretch.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
c64dtv-8bppchunkystretch.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-blitter-box.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
c64dtv-blitter-box.cfg
c64dtv-blitter-box.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
c64dtv-blitter-box.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
c64dtv-blittermin.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
c64dtv-blittermin.cfg
c64dtv-blittermin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
c64dtv-blittermin.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
c64dtv-color.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-color.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-color.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
c64dtv-color.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-gfxexplorer.asm Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
c64dtv-gfxexplorer.cfg Slight changes to <mos6569.h> 2020-04-29 08:09:45 +02:00
c64dtv-gfxexplorer.log Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
c64dtv-gfxexplorer.sym Slight changes to <mos6569.h> 2020-04-29 08:09:45 +02:00
c64dtv-gfxmodes.asm Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
c64dtv-gfxmodes.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c64dtv-gfxmodes.log Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
c64dtv-gfxmodes.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
c-types.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
c-types.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
c-types.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
c-types.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
call-parameter-autocast.asm
call-parameter-autocast.cfg
call-parameter-autocast.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
call-parameter-autocast.sym
callconstparam.asm
callconstparam.cfg
callconstparam.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
callconstparam.sym
cast-deref.asm
cast-deref.cfg
cast-deref.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cast-deref.sym
cast-not-needed-2.asm
cast-not-needed-2.cfg
cast-not-needed-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cast-not-needed-2.sym
cast-not-needed-3.asm 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
cast-not-needed-3.cfg
cast-not-needed-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cast-not-needed-3.sym
cast-not-needed.asm
cast-not-needed.cfg
cast-not-needed.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cast-not-needed.sym
cast-precedence-problem.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
cast-precedence-problem.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
cast-precedence-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cast-precedence-problem.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
casting.asm
casting.cfg
casting.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
casting.sym
chargen.asm
chargen.cfg
chargen.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
chargen.sym
chessboard.asm
chessboard.cfg
chessboard.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
chessboard.sym
cia-timer-cyclecount.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
cia-timer-cyclecount.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
cia-timer-cyclecount.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cia-timer-cyclecount.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
cia-timer-simple.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
cia-timer-simple.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
cia-timer-simple.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cia-timer-simple.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
circlechars.asm 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
circlechars.cfg 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
circlechars.log 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
circlechars.sym 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
clobber-a-problem.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
clobber-a-problem.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
clobber-a-problem.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
clobber-a-problem.prg
clobber-a-problem.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
clobber-a-problem.vs
coalesce-assignment.asm
coalesce-assignment.cfg
coalesce-assignment.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
coalesce-assignment.sym
code-after-return-1.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
code-after-return-1.cfg
code-after-return-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
code-after-return-1.sym
code-after-return.asm
code-after-return.cfg
code-after-return.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
code-after-return.sym
comma-decl-2.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
comma-decl-2.cfg
comma-decl-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comma-decl-2.sym
comma-decl-for.asm
comma-decl-for.cfg
comma-decl-for.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comma-decl-for.sym
comma-decl.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
comma-decl.cfg
comma-decl.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comma-decl.sym
comma-expr-1.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
comma-expr-1.cfg
comma-expr-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comma-expr-1.sym
comma-expr-2.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
comma-expr-2.cfg
comma-expr-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comma-expr-2.sym
comma-expr-for.asm
comma-expr-for.cfg
comma-expr-for.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comma-expr-for.sym
comparison-rewriting-pointer.asm
comparison-rewriting-pointer.cfg
comparison-rewriting-pointer.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comparison-rewriting-pointer.sym
comparison-rewriting.asm
comparison-rewriting.cfg
comparison-rewriting.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
comparison-rewriting.sym
complex-conditional-problem.asm
complex-conditional-problem.cfg
complex-conditional-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
complex-conditional-problem.sym
condition-integer-0.asm
condition-integer-0.cfg
condition-integer-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
condition-integer-0.sym
condition-integer-1.asm
condition-integer-1.cfg
condition-integer-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
condition-integer-1.sym
condition-integer-2.asm
condition-integer-2.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
condition-integer-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
condition-integer-2.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
condition-integer-3.asm
condition-integer-3.cfg
condition-integer-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
condition-integer-3.sym
condition-integer-4.asm
condition-integer-4.cfg
condition-integer-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
condition-integer-4.sym
condition-type-mismatch.asm
condition-type-mismatch.cfg
condition-type-mismatch.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
condition-type-mismatch.sym
consolidate-array-index-problem.asm
consolidate-array-index-problem.cfg
consolidate-array-index-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
consolidate-array-index-problem.sym
consolidate-constant-problem.asm
consolidate-constant-problem.cfg
consolidate-constant-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
consolidate-constant-problem.sym
const-condition.asm
const-condition.cfg
const-condition.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-condition.sym
const-declaration.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
const-declaration.cfg
const-declaration.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-declaration.sym
const-early-identification.asm
const-early-identification.cfg
const-early-identification.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
const-early-identification.sym
const-identification.asm
const-identification.cfg
const-identification.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-identification.sym
const-if-problem.asm
const-if-problem.cfg
const-if-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-if-problem.sym
const-int-cast-problem.asm
const-int-cast-problem.cfg
const-int-cast-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-int-cast-problem.sym
const-mult-div.asm
const-mult-div.cfg
const-mult-div.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-mult-div.sym
const-param.asm
const-param.cfg
const-param.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-param.sym
const-pointer.asm
const-pointer.cfg
const-pointer.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-pointer.sym
const-signed-promotion.asm
const-signed-promotion.cfg
const-signed-promotion.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-signed-promotion.sym
const-word-pointer.asm
const-word-pointer.cfg
const-word-pointer.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
const-word-pointer.sym
constabsmin.asm
constabsmin.cfg
constabsmin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
constabsmin.sym
constant-string-concat-0.asm
constant-string-concat-0.cfg
constant-string-concat-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
constant-string-concat-0.sym
constant-string-concat.asm
constant-string-concat.cfg
constant-string-concat.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
constant-string-concat.sym
constantmin.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
constantmin.cfg
constantmin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
constantmin.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
constants.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
constants.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
constants.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
constants.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
cordic-atan2-16-ref.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
cordic-atan2-16-ref.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
cordic-atan2-16-ref.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cordic-atan2-16-ref.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
cordic-atan2-16.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
cordic-atan2-16.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
cordic-atan2-16.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cordic-atan2-16.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
cordic-atan2-clear.asm 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
cordic-atan2-clear.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
cordic-atan2-clear.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cordic-atan2-clear.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
cordic-atan2.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
cordic-atan2.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
cordic-atan2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cordic-atan2.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
cpu-6502.asm
cpu-6502.cfg
cpu-6502.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cpu-6502.sym
cstyle-decl-function-intrinsic.asm 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-intrinsic.cfg 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-intrinsic.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cstyle-decl-function-intrinsic.sym 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.asm
cstyle-decl-function.cfg
cstyle-decl-function.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cstyle-decl-function.sym
cstyle-decl-var-multiple.asm
cstyle-decl-var-multiple.cfg
cstyle-decl-var-multiple.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cstyle-decl-var-multiple.sym
cstyle-decl-var.asm
cstyle-decl-var.cfg
cstyle-decl-var.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
cstyle-decl-var.sym
danny-joystick-problem.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
danny-joystick-problem.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
danny-joystick-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
danny-joystick-problem.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
declared-memory-var-0.asm
declared-memory-var-0.cfg
declared-memory-var-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
declared-memory-var-0.sym
declared-memory-var-1.asm
declared-memory-var-1.cfg
declared-memory-var-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
declared-memory-var-1.sym
declared-memory-var-2.asm
declared-memory-var-2.cfg
declared-memory-var-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
declared-memory-var-2.sym
declared-memory-var-3.asm
declared-memory-var-3.cfg
declared-memory-var-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
declared-memory-var-3.sym
declared-memory-var-4.asm
declared-memory-var-4.cfg
declared-memory-var-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
declared-memory-var-4.sym
declared-memory-var-5.asm
declared-memory-var-5.cfg
declared-memory-var-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
declared-memory-var-5.sym
declared-memory-var-6.asm
declared-memory-var-6.cfg
declared-memory-var-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
declared-memory-var-6.sym
declared-memory-var-7.asm
declared-memory-var-7.cfg
declared-memory-var-7.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
declared-memory-var-7.sym
declared-memory-var-8.asm
declared-memory-var-8.cfg
declared-memory-var-8.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
declared-memory-var-8.sym
declared-ssa-var-0.asm
declared-ssa-var-0.cfg
declared-ssa-var-0.log
declared-ssa-var-0.sym
deep-nesting.asm
deep-nesting.cfg
deep-nesting.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
deep-nesting.sym
default-font.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
default-font.cfg
default-font.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
default-font.sym
deref-to-derefidx-2.asm
deref-to-derefidx-2.cfg 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
deref-to-derefidx-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
deref-to-derefidx-2.sym 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
deref-to-derefidx.asm
deref-to-derefidx.cfg
deref-to-derefidx.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
deref-to-derefidx.sym
derefidx-word-0.asm
derefidx-word-0.cfg
derefidx-word-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
derefidx-word-0.sym
derefidx-word-1.asm
derefidx-word-1.cfg
derefidx-word-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
derefidx-word-1.sym
derefidx-word-2.asm
derefidx-word-2.cfg
derefidx-word-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
derefidx-word-2.sym
divide-2s.asm
divide-2s.cfg 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
divide-2s.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
divide-2s.sym 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
double-assignment.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
double-assignment.cfg
double-assignment.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
double-assignment.sym
double-import.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
double-import.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
double-import.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
double-import.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
double-indexing-arrays.asm
double-indexing-arrays.cfg
double-indexing-arrays.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
double-indexing-arrays.sym
duplicate-loop-problem.asm
duplicate-loop-problem.cfg
duplicate-loop-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
duplicate-loop-problem.sym
dword.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
dword.cfg
dword.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
dword.sym
emptyblock-error.asm
emptyblock-error.cfg
emptyblock-error.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
emptyblock-error.sym
encoding-literal-char.asm
encoding-literal-char.cfg
encoding-literal-char.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
encoding-literal-char.sym
enum-0.asm
enum-0.cfg
enum-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-0.sym
enum-1.asm
enum-1.cfg
enum-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-1.sym
enum-2.asm
enum-2.cfg
enum-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-2.sym
enum-3.asm
enum-3.cfg
enum-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-3.sym
enum-4.asm
enum-4.cfg
enum-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-4.sym
enum-5.asm
enum-5.cfg
enum-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-5.sym
enum-6.asm
enum-6.cfg
enum-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-6.sym
enum-7.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
enum-7.cfg
enum-7.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-7.sym
enum-8.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
enum-8.cfg
enum-8.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
enum-8.sym
euclid-3.asm Renamed print.h functions. 2020-04-13 20:06:30 +02:00
euclid-3.cfg Renamed print.h functions. 2020-04-13 20:06:30 +02:00
euclid-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
euclid-3.sym Renamed print.h functions. 2020-04-13 20:06:30 +02:00
euclid-problem-2.asm
euclid-problem-2.cfg
euclid-problem-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
euclid-problem-2.sym
euclid-problem.asm
euclid-problem.cfg
euclid-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
euclid-problem.sym
fastmultiply-127.asm 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
fastmultiply-127.cfg 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
fastmultiply-127.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fastmultiply-127.sym 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
fibmem.asm
fibmem.cfg
fibmem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fibmem.sym
fill-square.asm 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
fill-square.cfg 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
fill-square.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fill-square.sym 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
fillscreen-1.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-1.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fillscreen-1.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-2.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-2.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fillscreen-2.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-3.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-3.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
fillscreen-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fillscreen-3.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
flipper-rex2.asm
flipper-rex2.cfg
flipper-rex2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
flipper-rex2.sym
font-hex-show.asm
font-hex-show.cfg
font-hex-show.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
font-hex-show.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
for-empty-increment.asm
for-empty-increment.cfg
for-empty-increment.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
for-empty-increment.sym
for-empty-init.asm
for-empty-init.cfg
for-empty-init.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
for-empty-init.sym
for-two-vars.asm
for-two-vars.cfg
for-two-vars.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
for-two-vars.sym
forced-zeropage.asm
forced-zeropage.cfg
forced-zeropage.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
forced-zeropage.sym
forclassicmin.asm
forclassicmin.cfg
forclassicmin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
forclassicmin.sym
forincrementassign.asm
forincrementassign.cfg
forincrementassign.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
forincrementassign.sym
forrangedwords.asm
forrangedwords.cfg
forrangedwords.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
forrangedwords.sym
forrangemin.asm
forrangemin.cfg
forrangemin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
forrangemin.sym
forrangesymbolic.asm
forrangesymbolic.cfg
forrangesymbolic.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
forrangesymbolic.sym
fragment-synth.asm
fragment-synth.cfg
fragment-synth.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fragment-synth.sym
fragment-variations.asm
fragment-variations.cfg
fragment-variations.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
fragment-variations.sym
fragments-assignment-binary-_deref_pbuc1.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-_deref_pbuz1.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuaa.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuxx.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuyy.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuz1.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuaa.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuc1.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuxx.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuyy.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuz1.log
fragments-assignment-binary-pbuz1_derefidx_vbuz2.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-vbuaa.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-vbuxx.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-vbuyy.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary-vbuz1.log Fixed test reference files. 2020-05-03 08:53:52 +02:00
fragments-assignment-binary.log
fragments-assignment-copy.log Fixed fragment test. 2020-04-26 00:01:31 +02:00
fragments-assignment-unary.log Fixed fragment test. 2020-04-26 00:01:31 +02:00
fragments-complex.log
function-as-array.asm
function-as-array.cfg
function-as-array.log
function-as-array.sym
function-pointer-noarg-2.asm
function-pointer-noarg-2.cfg
function-pointer-noarg-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-2.sym
function-pointer-noarg-3.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-3.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-3.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-2.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-2.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-call-2.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-3.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-3.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-call-3.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-4.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-4.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-call-4.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-5.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-5.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-call-5.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call-6.asm
function-pointer-noarg-call-6.cfg
function-pointer-noarg-call-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-call-6.sym
function-pointer-noarg-call-7.asm
function-pointer-noarg-call-7.cfg
function-pointer-noarg-call-7.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
function-pointer-noarg-call-7.sym
function-pointer-noarg-call-8.asm
function-pointer-noarg-call-8.cfg
function-pointer-noarg-call-8.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
function-pointer-noarg-call-8.sym
function-pointer-noarg-call-9.asm
function-pointer-noarg-call-9.cfg
function-pointer-noarg-call-9.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
function-pointer-noarg-call-9.sym
function-pointer-noarg-call-10.asm
function-pointer-noarg-call-10.cfg
function-pointer-noarg-call-10.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
function-pointer-noarg-call-10.sym
function-pointer-noarg-call.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg-call.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg-call.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-noarg.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-noarg.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-return.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-return.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
function-pointer-return.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
function-pointer-return.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
gfxbank.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
gfxbank.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
gfxbank.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
gfxbank.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
global-pc-multiple.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
global-pc-multiple.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
global-pc-multiple.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
global-pc-multiple.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
global-pc.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
global-pc.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
global-pc.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
global-pc.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
halfscii.asm
halfscii.cfg
halfscii.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
halfscii.sym
helloworld0.asm
helloworld0.cfg
helloworld0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
helloworld0.sym
helloworld2-inline.asm
helloworld2-inline.cfg
helloworld2-inline.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
helloworld2-inline.sym
helloworld2.asm
helloworld2.cfg
helloworld2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
helloworld2.sym
hex2dec-ptrptr.asm
hex2dec-ptrptr.cfg
hex2dec-ptrptr.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
hex2dec-ptrptr.sym
hex2dec.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
hex2dec.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
hex2dec.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
hex2dec.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
ifmin.asm
ifmin.cfg
ifmin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ifmin.sym
immzero.asm
immzero.cfg
immzero.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
immzero.sym
importing.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
importing.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
importing.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
importing.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
incd020.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
incd020.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
incd020.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
incd020.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
include-define.asm Working on #pragma target handling in preprocessor - to fix the embedded #defines. 2020-05-12 00:08:11 +02:00
include-define.cfg Working on #pragma target handling in preprocessor - to fix the embedded #defines. 2020-05-12 00:08:11 +02:00
include-define.log Working on #pragma target handling in preprocessor - to fix the embedded #defines. 2020-05-12 00:08:11 +02:00
include-define.sym Working on #pragma target handling in preprocessor - to fix the embedded #defines. 2020-05-12 00:08:11 +02:00
incrementinarray.asm Fixed tests. Started work in VICII struct. 2020-04-28 21:21:32 +02:00
incrementinarray.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
incrementinarray.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
incrementinarray.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
infloop-error.asm
infloop-error.cfg
infloop-error.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
infloop-error.sym
init-volatiles.asm
init-volatiles.cfg
init-volatiles.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
init-volatiles.sym
initializer-0.asm
initializer-0.cfg
initializer-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
initializer-0.sym
initializer-1.asm
initializer-1.cfg
initializer-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
initializer-1.sym
initializer-2.asm
initializer-2.cfg
initializer-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
initializer-2.sym
initializer-3.asm
initializer-3.cfg
initializer-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
initializer-3.sym
inline-asm-clobber-none.asm
inline-asm-clobber-none.cfg
inline-asm-clobber-none.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-clobber-none.sym
inline-asm-clobber.asm
inline-asm-clobber.cfg
inline-asm-clobber.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-clobber.sym
inline-asm-jsr-clobber.asm
inline-asm-jsr-clobber.cfg
inline-asm-jsr-clobber.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-jsr-clobber.sym
inline-asm-label.asm
inline-asm-label.cfg
inline-asm-label.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-label.sym
inline-asm-ma-var.asm Added test for memory variable used inside inline ASM. 2020-05-21 09:38:03 +02:00
inline-asm-ma-var.cfg Added test for memory variable used inside inline ASM. 2020-05-21 09:38:03 +02:00
inline-asm-ma-var.log Added test for memory variable used inside inline ASM. 2020-05-21 09:38:03 +02:00
inline-asm-ma-var.sym Added test for memory variable used inside inline ASM. 2020-05-21 09:38:03 +02:00
inline-asm-optimized.asm
inline-asm-optimized.cfg
inline-asm-optimized.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-optimized.sym
inline-asm-param.asm
inline-asm-param.cfg
inline-asm-param.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-param.sym
inline-asm-ref-scoped.asm
inline-asm-ref-scoped.cfg
inline-asm-ref-scoped.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-ref-scoped.sym
inline-asm-refout-const.asm
inline-asm-refout-const.cfg
inline-asm-refout-const.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-refout-const.sym
inline-asm-refout.asm
inline-asm-refout.cfg
inline-asm-refout.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm-refout.sym
inline-asm.asm
inline-asm.cfg
inline-asm.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-asm.sym
inline-assignment.asm
inline-assignment.cfg
inline-assignment.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-assignment.sym
inline-dword-0.asm
inline-dword-0.cfg
inline-dword-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-dword-0.sym
inline-function-if.asm
inline-function-if.cfg
inline-function-if.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-function-if.sym
inline-function-level2.asm
inline-function-level2.cfg
inline-function-level2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-function-level2.sym
inline-function-min.asm
inline-function-min.cfg
inline-function-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-function-min.sym
inline-function-print.asm
inline-function-print.cfg
inline-function-print.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-function-print.sym
inline-function.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
inline-function.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
inline-function.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-function.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
inline-kasm-clobber.asm
inline-kasm-clobber.cfg
inline-kasm-clobber.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-kasm-clobber.sym
inline-kasm-data.asm
inline-kasm-data.cfg
inline-kasm-data.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-kasm-data.sym
inline-kasm-loop.asm
inline-kasm-loop.cfg
inline-kasm-loop.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-kasm-loop.sym
inline-kasm-refout.asm
inline-kasm-refout.cfg
inline-kasm-refout.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-kasm-refout.sym
inline-kasm-resource.asm
inline-kasm-resource.cfg
inline-kasm-resource.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-kasm-resource.sym
inline-pointer-0.asm
inline-pointer-0.cfg
inline-pointer-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-pointer-0.sym
inline-pointer-1.asm 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
inline-pointer-1.cfg
inline-pointer-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-pointer-1.sym
inline-pointer-2.asm
inline-pointer-2.cfg
inline-pointer-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-pointer-2.sym
inline-string-2.asm
inline-string-2.cfg
inline-string-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-string-2.sym
inline-string-3.asm 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
inline-string-3.cfg
inline-string-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-string-3.sym
inline-string-4.asm
inline-string-4.cfg
inline-string-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-string-4.sym
inline-string.asm
inline-string.cfg
inline-string.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-string.sym
inline-word-0.asm
inline-word-0.cfg
inline-word-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-word-0.sym
inline-word-1.asm
inline-word-1.cfg
inline-word-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-word-1.sym
inline-word-2.asm
inline-word-2.cfg
inline-word-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-word-2.sym
inline-word.asm
inline-word.cfg
inline-word.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inline-word.sym
inlinearrayproblem.asm
inlinearrayproblem.cfg
inlinearrayproblem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inlinearrayproblem.sym
inmem-const-array.asm
inmem-const-array.cfg
inmem-const-array.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inmem-const-array.sym
inmemarray.asm
inmemarray.cfg
inmemarray.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inmemarray.sym
inmemstring.asm
inmemstring.cfg
inmemstring.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inmemstring.sym
inner-increment-problem.asm Improved equality of constants. Moved more VIC-II variabes into struct. 2020-04-29 07:53:45 +02:00
inner-increment-problem.cfg Improved equality of constants. Moved more VIC-II variabes into struct. 2020-04-29 07:53:45 +02:00
inner-increment-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
inner-increment-problem.sym Improved equality of constants. Moved more VIC-II variabes into struct. 2020-04-29 07:53:45 +02:00
int-conversion.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
int-conversion.cfg
int-conversion.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
int-conversion.sym
int-literals.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
int-literals.cfg
int-literals.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
int-literals.sym
interrupt-volatile-reuse-problem1.asm
interrupt-volatile-reuse-problem1.cfg
interrupt-volatile-reuse-problem1.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
interrupt-volatile-reuse-problem1.prg
interrupt-volatile-reuse-problem1.sym
interrupt-volatile-reuse-problem1.vs
interrupt-volatile-reuse-problem2.asm
interrupt-volatile-reuse-problem2.cfg
interrupt-volatile-reuse-problem2.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
interrupt-volatile-reuse-problem2.sym
irq-hardware-clobber-jsr.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-clobber-jsr.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-clobber-jsr.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-hardware-clobber-jsr.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-clobber.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-clobber.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-clobber.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-hardware-clobber.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-stack.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-stack.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware-stack.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-hardware-stack.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-hardware.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-hardware.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-idx-problem.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
irq-idx-problem.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
irq-idx-problem.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
irq-idx-problem.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
irq-kernel-minimal.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-kernel-minimal.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-kernel-minimal.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-kernel-minimal.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-kernel.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-kernel.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-kernel.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-kernel.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-local-var-overlap-problem.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-local-var-overlap-problem.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-local-var-overlap-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-local-var-overlap-problem.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-raster.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-raster.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-raster.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-raster.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-volatile-bool-problem.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-volatile-bool-problem.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
irq-volatile-bool-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
irq-volatile-bool-problem.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
iterarray.asm
iterarray.cfg
iterarray.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
iterarray.sym
kc-ka-string-encoding.asm
kc-ka-string-encoding.cfg
kc-ka-string-encoding.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
kc-ka-string-encoding.sym
keyboard-glitch.asm Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
keyboard-glitch.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
keyboard-glitch.log Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
keyboard-glitch.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
kickasm-uses-prevent-deletion.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
kickasm-uses-prevent-deletion.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
kickasm-uses-prevent-deletion.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
kickasm-uses-prevent-deletion.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
line-anim.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
line-anim.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
line-anim.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
line-anim.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
linegen.asm Fixed tests. Started work in VICII struct. 2020-04-28 21:21:32 +02:00
linegen.cfg Fixed tests. Started work in VICII struct. 2020-04-28 21:21:32 +02:00
linegen.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
linegen.sym Fixed tests. Started work in VICII struct. 2020-04-28 21:21:32 +02:00
literal-char-minus-number.asm Improved minus literal implementation. Added <ctype.h> toupper(), <string.h> strupr(). Added support for %X (upper case HEX) in printf() format. Closes #419 2020-04-25 13:15:22 +02:00
literal-char-minus-number.cfg Improved minus literal implementation. Added <ctype.h> toupper(), <string.h> strupr(). Added support for %X (upper case HEX) in printf() format. Closes #419 2020-04-25 13:15:22 +02:00
literal-char-minus-number.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
literal-char-minus-number.sym
literal-strings.asm
literal-strings.cfg
literal-strings.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
literal-strings.sym
literal-word-pointer-0.asm
literal-word-pointer-0.cfg
literal-word-pointer-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
literal-word-pointer-0.sym
literals.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
literals.cfg
literals.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
literals.sym
liverange-1.asm
liverange-1.cfg
liverange-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-1.sym
liverange-2.asm
liverange-2.cfg
liverange-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-2.sym
liverange-3.asm
liverange-3.cfg
liverange-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-3.sym
liverange-4.asm
liverange-4.cfg
liverange-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-4.sym
liverange-5.asm
liverange-5.cfg
liverange-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-5.sym
liverange-6.asm
liverange-6.cfg
liverange-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-6.sym
liverange-7.asm
liverange-7.cfg
liverange-7.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-7.sym
liverange-8.asm
liverange-8.cfg
liverange-8.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-8.sym
liverange-9.asm
liverange-9.cfg
liverange-9.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-9.sym
liverange-10.asm
liverange-10.cfg
liverange-10.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-10.sym
liverange-call-problem.asm
liverange-call-problem.cfg
liverange-call-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange-call-problem.sym
liverange-problem-0.asm
liverange-problem-0.cfg
liverange-problem-0.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
liverange-problem-0.sym
liverange.asm
liverange.cfg
liverange.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
liverange.sym
local-string.asm
local-string.cfg
local-string.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
local-string.sym
localscope-loops.asm
localscope-loops.cfg
localscope-loops.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
localscope-loops.sym
localscope-simple.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
localscope-simple.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
localscope-simple.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
localscope-simple.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
long-pointer-0.asm
long-pointer-0.cfg
long-pointer-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
long-pointer-0.sym
long-pointer-1.asm
long-pointer-1.cfg
long-pointer-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
long-pointer-1.sym
longbranch-interrupt-problem.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
longbranch-interrupt-problem.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
longbranch-interrupt-problem.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
longbranch-interrupt-problem.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
longjump2.asm
longjump2.cfg
longjump2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
longjump2.sym
longjump.asm
longjump.cfg
longjump.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
longjump.sym
loop100.asm
loop100.cfg
loop100.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop100.sym
loop-break-continue.asm
loop-break-continue.cfg
loop-break-continue.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-break-continue.sym
loop-break-nested.asm
loop-break-nested.cfg
loop-break-nested.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-break-nested.sym
loop-break.asm
loop-break.cfg
loop-break.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-break.sym
loop-continue.asm
loop-continue.cfg
loop-continue.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-continue.sym
loop-for-continue.asm
loop-for-continue.cfg
loop-for-continue.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-for-continue.sym
loop-for-empty-body.asm
loop-for-empty-body.cfg
loop-for-empty-body.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-for-empty-body.sym
loop-for-sideeffect.asm
loop-for-sideeffect.cfg
loop-for-sideeffect.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-for-sideeffect.sym
loop-memset-min.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
loop-memset-min.cfg
loop-memset-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-memset-min.sym
loop-problem2.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loop-problem2.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loop-problem2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-problem2.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loop-problem.asm
loop-problem.cfg
loop-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-problem.sym
loop-while-continue.asm
loop-while-continue.cfg
loop-while-continue.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-while-continue.sym
loop-while-min.asm
loop-while-min.cfg
loop-while-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-while-min.sym
loop-while-sideeffect.asm
loop-while-sideeffect.cfg
loop-while-sideeffect.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loop-while-sideeffect.sym
loophead-problem-2.asm
loophead-problem-2.cfg
loophead-problem-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loophead-problem-2.sym
loophead-problem-3.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loophead-problem-3.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loophead-problem-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loophead-problem-3.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
loophead-problem.asm
loophead-problem.cfg
loophead-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loophead-problem.sym
loopmin.asm
loopmin.cfg
loopmin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loopmin.sym
loopnest2.asm
loopnest2.cfg
loopnest2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loopnest2.sym
loopnest3.asm
loopnest3.cfg
loopnest3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loopnest3.sym
loopnest.asm
loopnest.cfg
loopnest.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loopnest.sym
loopsplit.asm
loopsplit.cfg
loopsplit.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
loopsplit.sym
ma_coalesce_problem.asm
ma_coalesce_problem.cfg
ma_coalesce_problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ma_coalesce_problem.sym
malloc-0.asm Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
malloc-0.cfg
malloc-0.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
malloc-0.sym
malloc-1.asm Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
malloc-1.cfg
malloc-1.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
malloc-1.sym
mem-alignment.asm
mem-alignment.cfg
mem-alignment.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
mem-alignment.sym
memcpy-0.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
memcpy-0.cfg
memcpy-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
memcpy-0.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
memcpy-1.asm
memcpy-1.cfg
memcpy-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
memcpy-1.sym
memory-heap.asm Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
memory-heap.cfg
memory-heap.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
memory-heap.sym
min-fmul-16.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
min-fmul-16.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
min-fmul-16.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
min-fmul-16.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
mixed-array-0.asm
mixed-array-0.cfg
mixed-array-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
mixed-array-0.sym
mixed-array-1.asm
mixed-array-1.cfg
mixed-array-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
mixed-array-1.sym
modglobal.asm
modglobal.cfg
modglobal.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
modglobal.sym
modglobalmin.asm
modglobalmin.cfg
modglobalmin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
modglobalmin.sym
mul8u-min.asm Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
mul8u-min.cfg
mul8u-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
mul8u-min.sym
multiply-1.asm Added test reference files. 2020-05-02 12:07:12 +02:00
multiply-1.cfg Added test reference files. 2020-05-02 12:07:12 +02:00
multiply-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
multiply-1.sym Added test reference files. 2020-05-02 12:07:12 +02:00
multiply-2.asm Added test reference files. 2020-05-02 12:07:12 +02:00
multiply-2.cfg Added test reference files. 2020-05-02 12:07:12 +02:00
multiply-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
multiply-2.sym Added test reference files. 2020-05-02 12:07:12 +02:00
multiply-2s.asm
multiply-2s.cfg 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
multiply-2s.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
multiply-2s.sym 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
multiply-16bit-const.asm 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
multiply-16bit-const.cfg 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
multiply-16bit-const.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
multiply-16bit-const.sym 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
multiply-ns.asm
multiply-ns.cfg
multiply-ns.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
multiply-ns.sym
nes-array.asm
nes-array.cfg
nes-array.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
nes-array.sym
no-recursion-heavy.asm
no-recursion-heavy.cfg
no-recursion-heavy.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
no-recursion-heavy.sym
nomodify-3.asm
nomodify-3.cfg
nomodify-3.log
nomodify-3.sym
nomodify-4.asm
nomodify-4.cfg
nomodify-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
nomodify-4.sym
noop-cast-elimination.asm
noop-cast-elimination.cfg 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
noop-cast-elimination.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
noop-cast-elimination.sym 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
norom-charset.asm
norom-charset.cfg 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
norom-charset.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
norom-charset.sym 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
number-conversion.asm
number-conversion.cfg
number-conversion.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
number-conversion.sym
number-inference-sum.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
number-inference-sum.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
number-inference-sum.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
number-inference-sum.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
number-type.asm
number-type.cfg
number-type.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
number-type.sym
operator-lohi-problem-1.asm
operator-lohi-problem-1.cfg
operator-lohi-problem-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
operator-lohi-problem-1.sym
operator-lohi-problem.asm
operator-lohi-problem.cfg
operator-lohi-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
operator-lohi-problem.sym
optimize-unsigned-comparisons.asm
optimize-unsigned-comparisons.cfg
optimize-unsigned-comparisons.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
optimize-unsigned-comparisons.sym
overlap-allocation-2.asm
overlap-allocation-2.cfg
overlap-allocation-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
overlap-allocation-2.sym
overlap-allocation.asm
overlap-allocation.cfg
overlap-allocation.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
overlap-allocation.sym
parse-negated-struct-ref.asm
parse-negated-struct-ref.cfg
parse-negated-struct-ref.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
parse-negated-struct-ref.sym
plasma-center.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
plasma-center.cfg Inlined sid_rnd() functions. 2020-04-28 00:32:36 +02:00
plasma-center.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
plasma-center.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
platform-asm6502.asm
platform-asm6502.cfg
platform-asm6502.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
platform-asm6502.sym
platform-default-define.asm Implemented target platform defines by putting the handling of #pragma target() into the preprocessor/parser. 2020-05-15 08:19:26 +02:00
platform-default-define.cfg Implemented target platform defines by putting the handling of #pragma target() into the preprocessor/parser. 2020-05-15 08:19:26 +02:00
platform-default-define.log Implemented target platform defines by putting the handling of #pragma target() into the preprocessor/parser. 2020-05-15 08:19:26 +02:00
platform-default-define.sym 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.asm 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.cfg 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.log 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.sym Implemented target platform defines by putting the handling of #pragma target() into the preprocessor/parser. 2020-05-15 08:19:26 +02:00
plus4-kbhit.asm Added conio.h support for PLUS4. Fixed problem where anonymous structs failed because scopes were mixed up. 2020-05-16 12:40:01 +02:00
plus4-kbhit.cfg Added conio.h support for PLUS4. Fixed problem where anonymous structs failed because scopes were mixed up. 2020-05-16 12:40:01 +02:00
plus4-kbhit.log Added conio.h support for PLUS4. Fixed problem where anonymous structs failed because scopes were mixed up. 2020-05-16 12:40:01 +02:00
plus4-kbhit.sym Added conio.h support for PLUS4. Fixed problem where anonymous structs failed because scopes were mixed up. 2020-05-16 12:40:01 +02:00
plus4-keyboard-test.asm Added plus/4 keyboard tester. 2020-05-16 12:45:35 +02:00
plus4-keyboard-test.cfg Added plus/4 keyboard tester. 2020-05-16 12:45:35 +02:00
plus4-keyboard-test.log Added plus/4 keyboard tester. 2020-05-16 12:45:35 +02:00
plus4-keyboard-test.sym Added plus/4 keyboard tester. 2020-05-16 12:45:35 +02:00
plus-0.asm
plus-0.cfg
plus-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
plus-0.sym
pointer-anding.asm
pointer-anding.cfg
pointer-anding.kc.asm
pointer-anding.kc.cfg
pointer-anding.kc.log
pointer-anding.kc.sym
pointer-anding.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-anding.sym
pointer-cast-2.asm
pointer-cast-2.cfg
pointer-cast-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-cast-2.sym
pointer-cast-3.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
pointer-cast-3.cfg
pointer-cast-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-cast-3.sym
pointer-cast-4.asm 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
pointer-cast-4.cfg 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
pointer-cast-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-cast-4.sym 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
pointer-cast.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
pointer-cast.cfg
pointer-cast.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-cast.sym
pointer-const-typedef.asm
pointer-const-typedef.cfg
pointer-const-typedef.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-const-typedef.sym
pointer-const.asm
pointer-const.cfg
pointer-const.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-const.sym
pointer-plus-0.asm
pointer-plus-0.cfg
pointer-plus-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-plus-0.sym
pointer-plus-signed-word.asm 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
pointer-plus-signed-word.cfg 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
pointer-plus-signed-word.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-plus-signed-word.sym 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
pointer-pointer-1.asm
pointer-pointer-1.cfg
pointer-pointer-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-pointer-1.sym
pointer-pointer-2.asm
pointer-pointer-2.cfg
pointer-pointer-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-pointer-2.sym
pointer-pointer-3.asm
pointer-pointer-3.cfg
pointer-pointer-3.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
pointer-pointer-3.sym
pointer-void-0.asm
pointer-void-0.cfg
pointer-void-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-void-0.sym
pointer-void-1.asm
pointer-void-1.cfg
pointer-void-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-void-1.sym
pointer-void-2.asm
pointer-void-2.cfg
pointer-void-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-void-2.sym
pointer-void-3.asm
pointer-void-3.cfg
pointer-void-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
pointer-void-3.sym
post-increment-problem-2.asm Fixes optimization problem with post-increment/decrement of calculated pointers. Closes #428 2020-04-28 20:13:29 +02:00
post-increment-problem-2.cfg Fixes optimization problem with post-increment/decrement of calculated pointers. Closes #428 2020-04-28 20:13:29 +02:00
post-increment-problem-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
post-increment-problem-2.sym Fixes optimization problem with post-increment/decrement of calculated pointers. Closes #428 2020-04-28 20:13:29 +02:00
post-increment-problem.asm
post-increment-problem.cfg
post-increment-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
post-increment-problem.sym
preprocessor-0.asm
preprocessor-0.cfg
preprocessor-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-0.sym
preprocessor-1.asm
preprocessor-1.cfg
preprocessor-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-1.sym
preprocessor-2.asm
preprocessor-2.cfg
preprocessor-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-2.sym
preprocessor-3.asm
preprocessor-3.cfg
preprocessor-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-3.sym
preprocessor-4.asm
preprocessor-4.cfg
preprocessor-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-4.sym
preprocessor-5.asm
preprocessor-5.cfg
preprocessor-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-5.sym
preprocessor-6.asm
preprocessor-6.cfg
preprocessor-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-6.sym
preprocessor-7.asm
preprocessor-7.cfg
preprocessor-7.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-7.sym
preprocessor-8.asm
preprocessor-8.cfg
preprocessor-8.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-8.sym
preprocessor-9.asm
preprocessor-9.cfg
preprocessor-9.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
preprocessor-9.sym
primes-1000-2.asm 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
primes-1000-2.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
primes-1000-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
primes-1000-2.sym 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
primes-1000.asm 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
primes-1000.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
primes-1000.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
primes-1000.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
print-problem.asm
print-problem.cfg
print-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
print-problem.sym
printf-1.asm 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
printf-1.cfg 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
printf-1.log 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
printf-1.sym 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
printf-2.asm 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
printf-2.cfg 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
printf-2.log 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
printf-2.sym 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
printf-10.asm Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-10.cfg Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-10.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
printf-10.sym Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-11.asm Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-11.cfg Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-11.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
printf-11.sym Integrated <conio.h> and <printf.h> to work together. Added missing fragments. 2020-05-03 00:34:06 +02:00
printf-12.asm 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
printf-12.cfg 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
printf-12.log 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
printf-12.sym 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
printf-13.asm 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
printf-13.cfg 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
printf-13.log 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
printf-13.sym 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
printf-14.asm 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
printf-14.cfg 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
printf-14.log 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
printf-14.sym 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
printf-15.asm 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
printf-15.cfg 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
printf-15.log 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
printf-15.sym 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
printf-16.asm 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
printf-16.cfg 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
printf-16.log 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
printf-16.sym 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
printf-speed.asm 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
printf-speed.cfg 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
printf-speed.log 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
printf-speed.sym 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.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
printmsg.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
printmsg.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
printmsg.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
prng-xorshift.asm 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
prng-xorshift.cfg 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
prng-xorshift.log 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
prng-xorshift.sym 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
problem-negate-const.asm Fixed problem with negating negative number generating illegal ASM. Closes #414 2020-04-19 11:13:57 +02:00
problem-negate-const.cfg Fixed problem with negating negative number generating illegal ASM. Closes #414 2020-04-19 11:13:57 +02:00
problem-negate-const.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
problem-negate-const.sym Fixed problem with negating negative number generating illegal ASM. Closes #414 2020-04-19 11:13:57 +02:00
problem-negative-word-const.asm
problem-negative-word-const.cfg
problem-negative-word-const.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
problem-negative-word-const.sym
problem-struct-inline-parameter-1.asm Printf tests rewritten to use inline struct constructors. 2020-04-19 11:53:15 +02:00
problem-struct-inline-parameter-1.cfg Printf tests rewritten to use inline struct constructors. 2020-04-19 11:53:15 +02:00
problem-struct-inline-parameter-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
problem-struct-inline-parameter-1.sym Printf tests rewritten to use inline struct constructors. 2020-04-19 11:53:15 +02:00
problem-struct-inline-parameter.asm 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-struct-inline-parameter.cfg 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-struct-inline-parameter.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
problem-struct-inline-parameter.sym 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-0.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-0.cfg
procedure-callingconvention-stack-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
procedure-callingconvention-stack-0.sym
procedure-callingconvention-stack-1.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-1.cfg
procedure-callingconvention-stack-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
procedure-callingconvention-stack-1.sym
procedure-callingconvention-stack-2.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-2.cfg
procedure-callingconvention-stack-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
procedure-callingconvention-stack-2.sym
procedure-callingconvention-stack-3.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-3.cfg
procedure-callingconvention-stack-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
procedure-callingconvention-stack-3.sym
procedure-callingconvention-stack-4.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-4.cfg
procedure-callingconvention-stack-4.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-4.sym
procedure-callingconvention-stack-5.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-5.cfg
procedure-callingconvention-stack-5.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-5.sym
procedure-callingconvention-stack-7.asm
procedure-callingconvention-stack-7.cfg
procedure-callingconvention-stack-7.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
procedure-callingconvention-stack-7.sym
procedure-callingconvention-stack-8.asm
procedure-callingconvention-stack-8.cfg
procedure-callingconvention-stack-8.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
procedure-callingconvention-stack-8.sym
procedure-callingconvention-stack-9.asm
procedure-callingconvention-stack-9.cfg
procedure-callingconvention-stack-9.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
procedure-callingconvention-stack-9.sym
procedure-callingconvention-stack-10.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-10.cfg
procedure-callingconvention-stack-10.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-10.sym
procedure-callingconvention-stack-11.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-11.cfg
procedure-callingconvention-stack-11.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-11.sym
procedure-callingconvention-stack-12.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-12.cfg
procedure-callingconvention-stack-12.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-12.sym
procedure-callingconvention-stack-13.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
procedure-callingconvention-stack-13.cfg 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-13.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
procedure-callingconvention-stack-13.sym 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
processor-port-test.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
processor-port-test.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
processor-port-test.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
processor-port-test.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
ptr-complex.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
ptr-complex.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
ptr-complex.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ptr-complex.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
ptrptr-optimize-0.asm
ptrptr-optimize-0.cfg
ptrptr-optimize-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ptrptr-optimize-0.sym
ptrptr-optimize-1.asm
ptrptr-optimize-1.cfg
ptrptr-optimize-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ptrptr-optimize-1.sym
ptrptr-optimize-2.asm
ptrptr-optimize-2.cfg
ptrptr-optimize-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ptrptr-optimize-2.sym
ptrtest.asm
ptrtest.cfg
ptrtest.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ptrtest.sym
ptrtestmin.asm
ptrtestmin.cfg
ptrtestmin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ptrtestmin.sym
rand-1.asm 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
rand-1.cfg 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
rand-1.log 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
rand-1.sym 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
register-0.asm
register-0.cfg
register-0.log
register-0.sym
reserve-zp-global-range.asm 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-range.cfg 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-range.log 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-range.sym 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.asm
reserve-zp-global.cfg
reserve-zp-global.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
reserve-zp-global.sym
reserve-zp-procedure-1.asm
reserve-zp-procedure-1.cfg
reserve-zp-procedure-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
reserve-zp-procedure-1.sym
reserve-zp-procedure-2.asm
reserve-zp-procedure-2.cfg
reserve-zp-procedure-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
reserve-zp-procedure-2.sym
reserve-zp-procedure-3.asm
reserve-zp-procedure-3.cfg
reserve-zp-procedure-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
reserve-zp-procedure-3.sym
reserve-zp-procedure-4.asm 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.cfg 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.log 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.sym 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
robozzle64-label-problem.asm Updated all stdlib files to use standard C types. 2020-04-13 20:00:13 +02:00
robozzle64-label-problem.cfg
robozzle64-label-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
robozzle64-label-problem.sym
roll-sprite-msb.asm
roll-sprite-msb.cfg
roll-sprite-msb.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
roll-sprite-msb.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
roll-variable.asm
roll-variable.cfg
roll-variable.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
roll-variable.sym
runtime-unused-procedure.asm
runtime-unused-procedure.cfg
runtime-unused-procedure.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
runtime-unused-procedure.sym
sandbox-ternary-error.asm
sandbox-ternary-error.cfg
sandbox-ternary-error.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sandbox-ternary-error.sym
sandbox.asm 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
sandbox.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sandbox.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sandbox.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
scan-desire-problem.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
scan-desire-problem.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
scan-desire-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
scan-desire-problem.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
screen-center-angle.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
screen-center-angle.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
screen-center-angle.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
screen-center-angle.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
screen-center-distance.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
screen-center-distance.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
screen-center-distance.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
screen-center-distance.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
screen-show-spiral-buckets.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
screen-show-spiral-buckets.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
screen-show-spiral-buckets.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
screen-show-spiral-buckets.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
screen-show-spiral.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
screen-show-spiral.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
screen-show-spiral.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
screen-show-spiral.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
scroll-clobber.asm
scroll-clobber.cfg
scroll-clobber.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
scroll-clobber.sym
scrollbig-clobber.asm
scrollbig-clobber.cfg
scrollbig-clobber.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
scrollbig-clobber.sym
semi-struct-1.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
semi-struct-1.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
semi-struct-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
semi-struct-1.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
semi-struct-2.asm Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
semi-struct-2.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
semi-struct-2.log Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
semi-struct-2.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
sequence-locality-0.asm
sequence-locality-0.cfg
sequence-locality-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sequence-locality-0.sym
sequence-locality-1.asm
sequence-locality-1.cfg
sequence-locality-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sequence-locality-1.sym
showlogo.sym
sieve-min.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sieve-min.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sieve-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sieve-min.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
sieve.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sieve.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
sieve.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sieve.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
signed-bytes.asm
signed-bytes.cfg
signed-bytes.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
signed-bytes.sym
signed-char-comparison.asm
signed-char-comparison.cfg
signed-char-comparison.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
signed-char-comparison.sym
signed-indexed-subtract.asm Renamed print.h functions. 2020-04-13 20:06:30 +02:00
signed-indexed-subtract.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
signed-indexed-subtract.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
signed-indexed-subtract.sym Renamed print.h functions. 2020-04-13 20:06:30 +02:00
signed-word-minus-byte-2.asm
signed-word-minus-byte-2.cfg
signed-word-minus-byte-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
signed-word-minus-byte-2.sym
signed-words.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
signed-words.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
signed-words.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
signed-words.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
simple-loop.asm
simple-loop.cfg
simple-loop.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
simple-loop.sym
sine-plotter.log
sinus-basic.asm Renamed print.h functions. 2020-04-13 20:06:30 +02:00
sinus-basic.cfg Renamed print.h functions. 2020-04-13 20:06:30 +02:00
sinus-basic.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sinus-basic.sym Renamed print.h functions. 2020-04-13 20:06:30 +02:00
sinusgen8.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
sinusgen8.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgen8.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sinusgen8.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgen8b.asm 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
sinusgen8b.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgen8b.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sinusgen8b.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgen16.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
sinusgen16.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgen16.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sinusgen16.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgen16b.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
sinusgen16b.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgen16b.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sinusgen16b.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgenscale8.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sinusgenscale8.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sinusgenscale8.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sinusgenscale8.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
sizeof-arrays.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-arrays.cfg
sizeof-arrays.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sizeof-arrays.sym
sizeof-expr.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-expr.cfg
sizeof-expr.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sizeof-expr.sym
sizeof-in-const-pointer.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-in-const-pointer.cfg Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-in-const-pointer.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sizeof-in-const-pointer.sym Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-struct.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-struct.cfg
sizeof-struct.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sizeof-struct.sym
sizeof-types.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
sizeof-types.cfg
sizeof-types.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sizeof-types.sym
sqr-delta.asm
sqr-delta.cfg
sqr-delta.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
sqr-delta.sym
stack-relative-addressing.asm
stack-relative-addressing.cfg
stack-relative-addressing.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
stack-relative-addressing.sym
stars-1.asm 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
stars-1.cfg 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
stars-1.log 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
stars-1.sym 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
stars-2.asm 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
stars-2.cfg 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
stars-2.log 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
stars-2.sym 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
statement-sequence-1.asm
statement-sequence-1.cfg
statement-sequence-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
statement-sequence-1.sym
static-register-optimization-problem.asm
static-register-optimization-problem.cfg
static-register-optimization-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
static-register-optimization-problem.sym
string-const-consolidation-noroot.asm
string-const-consolidation-noroot.cfg
string-const-consolidation-noroot.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-const-consolidation-noroot.sym
string-const-consolidation.asm
string-const-consolidation.cfg
string-const-consolidation.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-const-consolidation.sym
string-encoding-literals.asm
string-encoding-literals.cfg
string-encoding-literals.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-encoding-literals.sym
string-encoding-pragma.asm
string-encoding-pragma.cfg
string-encoding-pragma.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-encoding-pragma.sym
string-escapes-0.asm
string-escapes-0.cfg
string-escapes-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-escapes-0.sym
string-escapes-1.asm
string-escapes-1.cfg
string-escapes-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-escapes-1.sym
string-escapes-2.asm
string-escapes-2.cfg
string-escapes-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-escapes-2.sym
string-escapes-3.asm
string-escapes-3.cfg
string-escapes-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-escapes-3.sym
string-escapes-4.asm
string-escapes-4.cfg
string-escapes-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-escapes-4.sym
string-escapes-5.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
string-escapes-5.cfg
string-escapes-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-escapes-5.sym Updated ref files. 2020-04-13 15:07:23 +02:00
string-pointer-problem.asm
string-pointer-problem.cfg
string-pointer-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
string-pointer-problem.sym
strip.asm
strip.cfg
strip.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
strip.sym
strncat-0.asm
strncat-0.cfg
strncat-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
strncat-0.sym
struct-0.asm
struct-0.cfg
struct-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-0.sym
struct-1.asm
struct-1.cfg
struct-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-1.sym
struct-2.asm
struct-2.cfg
struct-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-2.sym
struct-3.asm
struct-3.cfg
struct-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-3.sym
struct-4.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-4.cfg
struct-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-4.sym
struct-5.asm
struct-5.cfg
struct-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-5.sym
struct-6.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-6.cfg
struct-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-6.sym
struct-7.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-7.cfg
struct-7.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-7.sym
struct-8.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-8.cfg
struct-8.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-8.sym
struct-9.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-9.cfg
struct-9.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-9.sym
struct-10.asm
struct-10.cfg
struct-10.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-10.sym
struct-11.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-11.cfg
struct-11.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-11.sym
struct-11b.asm
struct-11b.cfg
struct-11b.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-11b.sym
struct-12.asm
struct-12.cfg
struct-12.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-12.sym
struct-13.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-13.cfg
struct-13.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-13.sym
struct-14.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-14.cfg
struct-14.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-14.sym
struct-15.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-15.cfg
struct-15.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-15.sym
struct-16.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-16.cfg
struct-16.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-16.sym
struct-17.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-17.cfg
struct-17.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-17.sym
struct-18.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-18.cfg
struct-18.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-18.sym
struct-19.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-19.cfg
struct-19.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-19.sym
struct-20.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-20.cfg
struct-20.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-20.sym
struct-21.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-21.cfg
struct-21.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-21.sym
struct-22.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-22.cfg
struct-22.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-22.sym
struct-23.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-23.cfg
struct-23.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-23.sym
struct-24.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-24.cfg
struct-24.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-24.sym
struct-25.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-25.cfg
struct-25.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-25.sym
struct-26.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-26.cfg
struct-26.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-26.sym
struct-27.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-27.cfg
struct-27.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-27.sym
struct-28.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-28.cfg
struct-28.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-28.sym
struct-29.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-29.cfg
struct-29.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-29.sym
struct-30.asm
struct-30.cfg
struct-30.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-30.sym
struct-31.asm
struct-31.cfg
struct-31.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-31.sym
struct-32.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-32.cfg
struct-32.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-32.sym
struct-33.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-33.cfg
struct-33.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-33.sym
struct-34.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-34.cfg
struct-34.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-34.sym
struct-35.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-35.cfg
struct-35.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-35.sym
struct-36.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-36.cfg
struct-36.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-36.sym
struct-37.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-37.cfg
struct-37.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-37.sym
struct-38.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-38.cfg
struct-38.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-38.sym
struct-39.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-39.cfg
struct-39.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-39.sym
struct-40.asm
struct-40.cfg
struct-40.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-40.sym
struct-41.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-41.cfg
struct-41.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-41.sym
struct-42.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-42.cfg
struct-42.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-42.sym
struct-directives.asm
struct-directives.cfg
struct-directives.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-directives.sym
struct-pointer-ints.asm Fixed missing fragment. Closes #435 2020-05-11 20:55:29 +02:00
struct-pointer-ints.cfg Fixed missing fragment. Closes #435 2020-05-11 20:55:29 +02:00
struct-pointer-ints.log Fixed missing fragment. Closes #435 2020-05-11 20:55:29 +02:00
struct-pointer-ints.sym Fixed missing fragment. Closes #435 2020-05-11 20:55:29 +02:00
struct-pointer-to-member-2.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pointer-to-member-2.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pointer-to-member-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-pointer-to-member-2.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pointer-to-member.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pointer-to-member.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pointer-to-member.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-pointer-to-member.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
struct-pos-fill.asm
struct-pos-fill.cfg
struct-pos-fill.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-pos-fill.sym
struct-ptr-0.asm
struct-ptr-0.cfg
struct-ptr-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-0.sym
struct-ptr-1.asm
struct-ptr-1.cfg
struct-ptr-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-1.sym
struct-ptr-2.asm
struct-ptr-2.cfg 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
struct-ptr-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-2.sym 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
struct-ptr-3.asm
struct-ptr-3.cfg
struct-ptr-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-3.sym
struct-ptr-4.asm
struct-ptr-4.cfg
struct-ptr-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-4.sym
struct-ptr-5.asm
struct-ptr-5.cfg
struct-ptr-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-5.sym
struct-ptr-6.asm
struct-ptr-6.cfg
struct-ptr-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-6.sym
struct-ptr-7.asm
struct-ptr-7.cfg
struct-ptr-7.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-7.sym
struct-ptr-8.asm
struct-ptr-8.cfg
struct-ptr-8.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-8.sym
struct-ptr-9.asm
struct-ptr-9.cfg
struct-ptr-9.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-9.sym
struct-ptr-10.asm 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
struct-ptr-10.cfg 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
struct-ptr-10.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-10.sym 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
struct-ptr-11.asm 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
struct-ptr-11.cfg 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
struct-ptr-11.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-11.sym 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
struct-ptr-12-ref.asm
struct-ptr-12-ref.cfg
struct-ptr-12-ref.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-12-ref.sym
struct-ptr-12.asm
struct-ptr-12.cfg
struct-ptr-12.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-12.sym
struct-ptr-13.asm
struct-ptr-13.cfg
struct-ptr-13.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-13.sym
struct-ptr-14.asm
struct-ptr-14.cfg
struct-ptr-14.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-14.sym
struct-ptr-15.asm 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
struct-ptr-15.cfg 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
struct-ptr-15.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-15.sym 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
struct-ptr-16.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-16.cfg
struct-ptr-16.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-16.sym
struct-ptr-17.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-17.cfg
struct-ptr-17.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-17.sym
struct-ptr-18.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-18.cfg
struct-ptr-18.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-18.sym
struct-ptr-19.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-19.cfg
struct-ptr-19.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-19.sym
struct-ptr-20.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-20.cfg
struct-ptr-20.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-20.sym
struct-ptr-21.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-21.cfg
struct-ptr-21.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-21.sym
struct-ptr-22.asm 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
struct-ptr-22.cfg 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
struct-ptr-22.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-22.sym 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
struct-ptr-23.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-23.cfg
struct-ptr-23.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-23.sym
struct-ptr-24.asm
struct-ptr-24.cfg
struct-ptr-24.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-24.sym
struct-ptr-25.asm
struct-ptr-25.cfg
struct-ptr-25.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-25.sym
struct-ptr-26.asm Renamed print.h functions. 2020-04-13 20:06:30 +02:00
struct-ptr-26.cfg Renamed print.h functions. 2020-04-13 20:06:30 +02:00
struct-ptr-26.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-26.sym Renamed print.h functions. 2020-04-13 20:06:30 +02:00
struct-ptr-28.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-28.cfg
struct-ptr-28.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-28.sym
struct-ptr-29.asm
struct-ptr-29.cfg
struct-ptr-29.log
struct-ptr-29.sym
struct-ptr-30.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-30.cfg
struct-ptr-30.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-30.sym
struct-ptr-31.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
struct-ptr-31.cfg
struct-ptr-31.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-31.sym
struct-ptr-32.asm
struct-ptr-32.cfg
struct-ptr-32.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-32.sym
struct-ptr-33.asm
struct-ptr-33.cfg
struct-ptr-33.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-33.sym
struct-ptr-34.asm
struct-ptr-34.cfg
struct-ptr-34.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
struct-ptr-34.sym
subexpr-optimize-0.asm
subexpr-optimize-0.cfg
subexpr-optimize-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
subexpr-optimize-0.sym
subexpr-optimize-1.asm
subexpr-optimize-1.cfg
subexpr-optimize-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
subexpr-optimize-1.sym
subexpr-optimize-2.asm
subexpr-optimize-2.cfg
subexpr-optimize-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
subexpr-optimize-2.sym
subexpr-optimize-3.asm
subexpr-optimize-3.cfg
subexpr-optimize-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
subexpr-optimize-3.sym
subexpr-optimize-4.asm
subexpr-optimize-4.cfg
subexpr-optimize-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
subexpr-optimize-4.sym
summin.asm
summin.cfg
summin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
summin.sym
switch-0.asm
switch-0.cfg
switch-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
switch-0.sym
switch-1.asm
switch-1.cfg
switch-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
switch-1.sym
switch-2.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
switch-2.cfg
switch-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
switch-2.sym
switch-4.asm
switch-4.cfg
switch-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
switch-4.sym
ternary-1.asm
ternary-1.cfg
ternary-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ternary-1.sym
ternary-2.asm
ternary-2.cfg
ternary-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ternary-2.sym
ternary-3.asm
ternary-3.cfg
ternary-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ternary-3.sym
ternary-inference.asm
ternary-inference.cfg
ternary-inference.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
ternary-inference.sym
test-comments-block.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
test-comments-block.cfg
test-comments-block.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-comments-block.sym
test-comments-loop.asm
test-comments-loop.cfg
test-comments-loop.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-comments-loop.sym
test-comments-single.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
test-comments-single.cfg
test-comments-single.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-comments-single.sym
test-comments-usage.asm
test-comments-usage.cfg
test-comments-usage.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-comments-usage.sym
test-comparisons-sword.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
test-comparisons-sword.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
test-comparisons-sword.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-comparisons-sword.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
test-comparisons-word.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
test-comparisons-word.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
test-comparisons-word.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-comparisons-word.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
test-comparisons.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
test-comparisons.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
test-comparisons.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-comparisons.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
test-division.asm 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
test-division.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
test-division.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-division.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
test-interrupt-notype.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-notype.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-notype.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-interrupt-notype.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile-write.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile-write.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile-write.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile-write.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile.log Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt-volatile.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-interrupt.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-interrupt.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-kasm-pc.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-kasm-pc.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-kasm-pc.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-kasm-pc.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-kasm.asm
test-kasm.cfg
test-kasm.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-kasm.sym
test-keyboard-space.asm Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
test-keyboard-space.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-keyboard-space.log Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
test-keyboard-space.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-keyboard.asm Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
test-keyboard.cfg Added time-of-day utility for commodore 64 <tod.h>. Moved MOS 6526 CIA to structs. 2020-04-26 23:30:04 +02:00
test-keyboard.log Added all Plus/4 IC's and I/O addresses. 2020-05-16 09:33:01 +02:00
test-keyboard.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
test-lohiconst.asm
test-lohiconst.cfg
test-lohiconst.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-lohiconst.sym
test-lowhigh.asm Renamed print.h functions. 2020-04-13 20:06:30 +02:00
test-lowhigh.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
test-lowhigh.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-lowhigh.sym Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
test-multiply-8bit.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-multiply-8bit.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-multiply-8bit.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-multiply-8bit.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-multiply-16bit.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-multiply-16bit.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-multiply-16bit.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-multiply-16bit.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
test-scroll-up.asm
test-scroll-up.cfg
test-scroll-up.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-scroll-up.sym
test-signed-word-minus-byte.asm Renamed print.h functions. 2020-04-13 20:06:30 +02:00
test-signed-word-minus-byte.cfg Renamed print.h functions. 2020-04-13 20:06:30 +02:00
test-signed-word-minus-byte.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-signed-word-minus-byte.sym Renamed print.h functions. 2020-04-13 20:06:30 +02:00
test-word-size-arrays.asm
test-word-size-arrays.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
test-word-size-arrays.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
test-word-size-arrays.sym
tetris-npe.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
tetris-npe.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
tetris-npe.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
tetris-npe.sym
textbox.asm 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
textbox.cfg Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
textbox.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
textbox.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
tod018-problem.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
tod018-problem.cfg
tod018-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
tod018-problem.sym
tod-1.asm 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
tod-1.cfg 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
tod-1.log 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
tod-1.sym 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
toupper-1.asm 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
toupper-1.cfg 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
toupper-1.log 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
toupper-1.sym 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
travis1.asm Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
travis1.cfg Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
travis1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
travis1.sym Added printf.h which contains functions for printing formatted numbers and strings. 2020-04-18 20:54:39 +02:00
true-inline-words.asm Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
true-inline-words.cfg Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
true-inline-words.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
true-inline-words.sym Renamed a few VIC II registers 2020-05-02 11:38:51 +02:00
type-inference.asm
type-inference.cfg
type-inference.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
type-inference.sym
type-mix.asm
type-mix.cfg
type-mix.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
type-mix.sym
type-signed.asm Renamed print.h functions. 2020-04-13 20:06:30 +02:00
type-signed.cfg Renamed print.h functions. 2020-04-13 20:06:30 +02:00
type-signed.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
type-signed.sym Renamed print.h functions. 2020-04-13 20:06:30 +02:00
typedef-0.asm
typedef-0.cfg
typedef-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typedef-0.sym
typedef-1.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
typedef-1.cfg
typedef-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typedef-1.sym
typedef-2.asm
typedef-2.cfg
typedef-2.log
typedef-2.sym
typedef-3.asm
typedef-3.cfg
typedef-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typedef-3.sym
typedef-4.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
typedef-4.cfg
typedef-4.log Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
typedef-4.sym
typedef-5.asm
typedef-5.cfg
typedef-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typedef-5.sym
typedef-6.asm
typedef-6.cfg
typedef-6.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typedef-6.sym
typedef-7.asm
typedef-7.cfg
typedef-7.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typedef-7.sym
typeid-plus-byte-problem.asm
typeid-plus-byte-problem.cfg
typeid-plus-byte-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typeid-plus-byte-problem.sym
typeid-plus-bytes.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
typeid-plus-bytes.cfg
typeid-plus-bytes.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typeid-plus-bytes.sym
typeid-simple.asm
typeid-simple.cfg
typeid-simple.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typeid-simple.sym
typeinference-problem.asm
typeinference-problem.cfg
typeinference-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
typeinference-problem.sym
typemismatch.asm
unary-plus.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
unary-plus.cfg
unary-plus.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unary-plus.sym
uninitialized.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
uninitialized.cfg
uninitialized.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
uninitialized.sym
unroll-for-min.asm
unroll-for-min.cfg
unroll-for-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unroll-for-min.sym
unroll-loop-modifyvar.asm
unroll-loop-modifyvar.cfg
unroll-loop-modifyvar.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unroll-loop-modifyvar.sym
unroll-screenfill-for-double.asm
unroll-screenfill-for-double.cfg
unroll-screenfill-for-double.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unroll-screenfill-for-double.sym
unroll-screenfill-for.asm
unroll-screenfill-for.cfg
unroll-screenfill-for.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unroll-screenfill-for.sym
unroll-screenfill-while.asm
unroll-screenfill-while.cfg
unroll-screenfill-while.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unroll-screenfill-while.sym
unroll-while-min.asm
unroll-while-min.cfg
unroll-while-min.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unroll-while-min.sym
unused-irq.asm
unused-irq.cfg
unused-irq.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unused-irq.sym
unused-method.asm
unused-method.cfg
unused-method.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unused-method.sym
unused-vars.asm
unused-vars.cfg
unused-vars.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unused-vars.sym
unusedblockproblem.asm
unusedblockproblem.cfg
unusedblockproblem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
unusedblockproblem.sym
useglobal.asm
useglobal.cfg
useglobal.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
useglobal.sym
useuninitialized.asm
useuninitialized.cfg
useuninitialized.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
useuninitialized.sym
valuelist-error.asm
var-export.asm
var-export.cfg
var-export.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-export.sym
var-forward-problem2.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
var-forward-problem2.cfg
var-forward-problem2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-forward-problem2.sym
var-forward-problem.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
var-forward-problem.cfg
var-forward-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-forward-problem.sym
var-init-problem.asm
var-init-problem.cfg
var-init-problem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-init-problem.sym
var-register-noarg.asm
var-register-noarg.cfg
var-register-noarg.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-register-noarg.sym
var-register-zp-3.asm
var-register-zp-3.cfg
var-register-zp-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-register-zp-3.sym
var-register-zp.asm 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
var-register-zp.cfg 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
var-register-zp.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-register-zp.sym 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
var-register.asm
var-register.cfg
var-register.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
var-register.sym
varmodel-ma_mem-2.asm
varmodel-ma_mem-2.cfg
varmodel-ma_mem-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
varmodel-ma_mem-2.sym
varmodel-ma_mem-3.asm
varmodel-ma_mem-3.cfg
varmodel-ma_mem-3.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
varmodel-ma_mem-3.sym
varmodel-ma_mem-4.asm
varmodel-ma_mem-4.cfg
varmodel-ma_mem-4.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
varmodel-ma_mem-4.sym
varmodel-ma_mem-5.asm
varmodel-ma_mem-5.cfg
varmodel-ma_mem-5.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
varmodel-ma_mem-5.sym
varmodel-ma_mem.asm
varmodel-ma_mem.cfg
varmodel-ma_mem.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
varmodel-ma_mem.sym
vic20-raster.asm Added VIC 20 raster bars. 2020-05-16 17:35:25 +02:00
vic20-raster.cfg Added VIC 20 raster bars. 2020-05-16 17:35:25 +02:00
vic20-raster.log Added VIC 20 raster bars. 2020-05-16 17:35:25 +02:00
vic20-raster.sym Added VIC 20 raster bars. 2020-05-16 17:35:25 +02:00
vic20-simple.asm Added a VIC 20 target. Added CONIO support for VIC 20. 2020-05-16 16:28:24 +02:00
vic20-simple.cfg Added a VIC 20 target. Added CONIO support for VIC 20. 2020-05-16 16:28:24 +02:00
vic20-simple.log Added a VIC 20 target. Added CONIO support for VIC 20. 2020-05-16 16:28:24 +02:00
vic20-simple.sym Added a VIC 20 target. Added CONIO support for VIC 20. 2020-05-16 16:28:24 +02:00
void-parameter.asm
void-parameter.cfg
void-parameter.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
void-parameter.sym
volatile-0.asm
volatile-0.cfg
volatile-0.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
volatile-0.sym
volatile-1.asm
volatile-1.cfg
volatile-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
volatile-1.sym
volatile-2.asm
volatile-2.cfg
volatile-2.log Clean-up of pass 1 log to avoid modifying log-files evey time stdlib is modified. 2020-04-25 20:10:49 +02:00
volatile-2.sym
voronoi.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
voronoi.cfg
voronoi.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
voronoi.sym
wfragment1.asm
wfragment1.cfg
wfragment1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
wfragment1.sym
word-array-0.asm
word-array-0.cfg
word-array-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-array-0.sym
word-array-1.asm
word-array-1.cfg
word-array-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-array-1.sym
word-array-2.asm 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
word-array-2.cfg 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
word-array-2.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-array-2.sym 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
word-pointer-compound.asm
word-pointer-compound.cfg
word-pointer-compound.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-pointer-compound.sym
word-pointer-iteration-0.asm
word-pointer-iteration-0.cfg
word-pointer-iteration-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-pointer-iteration-0.sym
word-pointer-iteration.asm
word-pointer-iteration.cfg
word-pointer-iteration.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-pointer-iteration.sym
word-pointer-math-0.asm
word-pointer-math-0.cfg
word-pointer-math-0.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-pointer-math-0.sym
word-pointer-math-1.asm Added support for address-of pointers to members of structs. 2020-04-30 22:15:59 +02:00
word-pointer-math-1.cfg
word-pointer-math-1.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-pointer-math-1.sym
word-pointer-math.asm
word-pointer-math.cfg
word-pointer-math.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
word-pointer-math.sym
wordexpr.asm
wordexpr.cfg
wordexpr.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
wordexpr.sym
zeropage-detect-advanced.asm
zeropage-detect-advanced.cfg
zeropage-detect-advanced.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
zeropage-detect-advanced.sym
zeropage-sinus.asm
zeropage-sinus.cfg
zeropage-sinus.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
zeropage-sinus.sym Updated C64 header file. 2020-04-28 22:58:16 +02:00
zpparammin.asm
zpparammin.cfg
zpparammin.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
zpparammin.sym
zpptr.asm
zpptr.cfg
zpptr.log Implemented #platform target() functionality configured by a TGT-file in JSON. 2020-05-11 02:36:37 +02:00
zpptr.sym