1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-30 09:57:11 +00:00
kickc/src/test/ref
2019-11-23 23:46:46 +01:00
..
complex Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
examples Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
multiplexer-irq Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
address-of-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
address-of-0.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-0.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-0.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-1.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
address-of-1.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
address-of-1.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
address-of-2.asm Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-2.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-2.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
address-of-3.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
address-of-3.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
address-of-3.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
address-of-3.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-16bit-lookup.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
array-16bit-lookup.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-16bit-lookup.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-16bit-lookup.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-length-symbolic-min.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
array-length-symbolic-min.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-length-symbolic-min.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-length-symbolic-min.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-length-symbolic.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
array-length-symbolic.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-length-symbolic.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
array-length-symbolic.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init-kasm-0.asm
arrays-init-kasm-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init-kasm-0.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
arrays-init-kasm-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init-short.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
arrays-init-short.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init-short.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init-short.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init.asm Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
arrays-init.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
asm-culling-jmp.asm Fixed problem with inline ASM culling JMP. Closes #302 2019-09-02 23:35:15 +02:00
asm-culling-jmp.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
asm-culling-jmp.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
asm-culling-jmp.sym Fixed problem with inline ASM culling JMP. Closes #302 2019-09-02 23:35:15 +02:00
asm-mnemonic-names.asm Cleaned up lexer/parser. Added test of using ASM mnemonic as C symbol name. 2019-08-25 13:53:54 +02:00
asm-mnemonic-names.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
asm-mnemonic-names.log Fixed tests. 2019-11-03 20:11:06 +01:00
asm-mnemonic-names.sym Fixed tests. 2019-11-03 20:11:06 +01:00
asm-uses-0.asm Added test showing inline ASM preserving called functions. #294 2019-08-27 14:31:30 +02:00
asm-uses-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
asm-uses-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
asm-uses-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
assignment-chained.asm
assignment-chained.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
assignment-chained.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
assignment-chained.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
assignment-compound.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
assignment-compound.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
assignment-compound.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
assignment-compound.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bgblack.asm Implemented CParser, which handles imports at the token level. 2019-08-25 00:20:50 +02:00
bgblack.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
bgblack.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bgblack.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bitmap-circle-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bitmap-circle-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-circle-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-circle-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-circle.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bitmap-circle.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-circle.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-circle.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-line-anim-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bitmap-line-anim-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-line-anim-1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-line-anim-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-line-anim-2.asm Fixed tests. Moved all attributes to SymbolVariable. 2019-10-31 23:07:51 +01:00
bitmap-line-anim-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-line-anim-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-line-anim-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bitmap-plot-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-1.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
bitmap-plot-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-1.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
bitmap-plot-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-2.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
bitmap-plot-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-2.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
bitmap-plot-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plot-3.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bitmap-plot-3.cfg Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
bitmap-plot-3.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
bitmap-plot-3.sym Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
bitmap-plotter.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bitmap-plotter.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plotter.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitmap-plotter.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bitwise-not.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bitwise-not.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
bitwise-not.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bitwise-not.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
bool-const.asm
bool-const.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
bool-const.log Fixed tests. 2019-11-03 20:11:06 +01:00
bool-const.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
bool-function.asm Now trying registers for boolean vars. 2019-10-06 21:11:56 +02:00
bool-function.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
bool-function.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bool-function.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
bool-ifs-min.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bool-ifs-min.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
bool-ifs-min.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bool-ifs-min.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
bool-ifs.asm
bool-ifs.cfg
bool-ifs.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bool-ifs.sym
bool-nullpointer-exception.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bool-nullpointer-exception.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
bool-nullpointer-exception.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
bool-nullpointer-exception.sym
bool-pointer.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bool-pointer.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
bool-pointer.log Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
bool-pointer.sym
bool-vars.asm Now trying registers for boolean vars. 2019-10-06 21:11:56 +02:00
bool-vars.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
bool-vars.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bool-vars.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
bresenham.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bresenham.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bresenham.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bresenham.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bresenhamarr.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
bresenhamarr.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bresenhamarr.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
bresenhamarr.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-8bppcharstretch.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
c64dtv-8bppcharstretch.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
c64dtv-8bppcharstretch.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
c64dtv-8bppcharstretch.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
c64dtv-8bppchunkystretch.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
c64dtv-8bppchunkystretch.cfg Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
c64dtv-8bppchunkystretch.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
c64dtv-8bppchunkystretch.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
c64dtv-blitter-box.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
c64dtv-blitter-box.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-blitter-box.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-blitter-box.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-blittermin.asm Converting constant value lists directly to constant values during parse. 2019-11-03 22:12:51 +01:00
c64dtv-blittermin.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-blittermin.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-blittermin.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-color.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
c64dtv-color.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-color.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-color.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-gfxexplorer.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
c64dtv-gfxexplorer.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-gfxexplorer.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
c64dtv-gfxexplorer.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-gfxmodes.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
c64dtv-gfxmodes.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c64dtv-gfxmodes.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
c64dtv-gfxmodes.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c-types.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
c-types.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c-types.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
c-types.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
call-parameter-autocast.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
call-parameter-autocast.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
call-parameter-autocast.log Fixed tests. 2019-11-03 20:11:06 +01:00
call-parameter-autocast.sym Fixed tests. 2019-11-03 20:11:06 +01:00
callconstparam.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
callconstparam.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
callconstparam.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
callconstparam.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
cast-deref.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
cast-deref.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-deref.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-deref.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-not-needed-2.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
cast-not-needed-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-not-needed-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-not-needed-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-not-needed-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
cast-not-needed-3.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-not-needed-3.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-not-needed-3.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cast-not-needed.asm
cast-not-needed.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
cast-not-needed.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
cast-not-needed.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
cast-precedence-problem.asm Working on constant identification. 2019-10-20 17:06:17 +02:00
cast-precedence-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
cast-precedence-problem.log Fixed tests. 2019-11-03 20:11:06 +01:00
cast-precedence-problem.sym Fixed tests. 2019-11-03 20:11:06 +01:00
casting.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
casting.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
casting.log Fixed tests. 2019-11-03 20:11:06 +01:00
casting.sym Fixed tests. 2019-11-03 20:11:06 +01:00
chargen.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
chargen.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
chargen.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
chargen.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
chessboard.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
chessboard.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
chessboard.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
chessboard.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
cia-timer-cyclecount.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
cia-timer-cyclecount.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cia-timer-cyclecount.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cia-timer-cyclecount.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cia-timer-simple.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
cia-timer-simple.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cia-timer-simple.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cia-timer-simple.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
clobber-a-problem.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
clobber-a-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
clobber-a-problem.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
clobber-a-problem.prg
clobber-a-problem.sym Fixed tests. 2019-11-03 20:11:06 +01:00
clobber-a-problem.vs
coalesce-assignment.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
coalesce-assignment.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
coalesce-assignment.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
coalesce-assignment.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
code-after-return-1.asm Fixed problem where code after return resulted in NPE. Closes #273 2019-08-18 23:44:01 +02:00
code-after-return-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
code-after-return-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
code-after-return-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
code-after-return.asm Added a few fragments - and some tests illustrating certain problems. 2019-08-18 20:59:57 +02:00
code-after-return.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
code-after-return.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
code-after-return.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
comma-decl-for.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
comma-decl-for.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
comma-decl-for.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
comma-decl-for.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
comma-decl.asm
comma-decl.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
comma-decl.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
comma-decl.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
comma-expr-1.asm
comma-expr-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
comma-expr-1.log Fixed tests. 2019-11-03 20:11:06 +01:00
comma-expr-1.sym Fixed tests. 2019-11-03 20:11:06 +01:00
comma-expr-2.asm
comma-expr-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
comma-expr-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
comma-expr-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
comma-expr-for.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
comma-expr-for.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
comma-expr-for.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
comma-expr-for.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
comparison-rewriting-pointer.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
comparison-rewriting-pointer.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
comparison-rewriting-pointer.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
comparison-rewriting-pointer.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
comparison-rewriting.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
comparison-rewriting.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
comparison-rewriting.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
comparison-rewriting.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
complex-conditional-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
complex-conditional-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
complex-conditional-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
complex-conditional-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
condition-integer-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
condition-integer-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
condition-integer-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
condition-integer-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
condition-integer-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
condition-integer-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
condition-integer-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
condition-integer-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
condition-integer-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
condition-integer-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
condition-integer-2.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
condition-integer-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
condition-integer-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
condition-integer-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
condition-integer-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
condition-integer-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
condition-integer-4.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
condition-integer-4.cfg Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
condition-integer-4.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
condition-integer-4.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
condition-type-mismatch.asm
condition-type-mismatch.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
condition-type-mismatch.log Fixed tests. 2019-11-03 20:11:06 +01:00
condition-type-mismatch.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
consolidate-array-index-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
consolidate-array-index-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
consolidate-array-index-problem.log Fixed tests. 2019-11-03 20:11:06 +01:00
consolidate-array-index-problem.sym Fixed tests. 2019-11-03 20:11:06 +01:00
consolidate-constant-problem.asm
consolidate-constant-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
consolidate-constant-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
consolidate-constant-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
const-condition.asm
const-condition.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
const-condition.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-condition.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
const-declaration.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-declaration.cfg Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-declaration.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-declaration.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-early-identification.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
const-early-identification.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
const-early-identification.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
const-early-identification.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
const-identification.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
const-identification.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
const-identification.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-identification.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
const-if-problem.asm
const-if-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
const-if-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-if-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
const-int-cast-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
const-int-cast-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
const-int-cast-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-int-cast-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
const-mult-div.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
const-mult-div.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
const-mult-div.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
const-mult-div.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
const-param.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-param.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
const-param.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-param.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-pointer.asm
const-pointer.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
const-pointer.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
const-pointer.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
const-signed-promotion.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
const-signed-promotion.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
const-signed-promotion.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
const-signed-promotion.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
const-word-pointer.asm Implemented detection of constant addresses being <256 - and generating ZP ASM for these. Closes #301 2019-09-01 22:06:32 +02:00
const-word-pointer.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
const-word-pointer.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
const-word-pointer.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
constabsmin.asm
constabsmin.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
constabsmin.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
constabsmin.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
constant-string-concat-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
constant-string-concat-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
constant-string-concat-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
constant-string-concat-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
constant-string-concat.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
constant-string-concat.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
constant-string-concat.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
constant-string-concat.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
constantmin.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
constantmin.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
constantmin.log Fixed tests. 2019-11-03 20:11:06 +01:00
constantmin.sym Fixed tests. 2019-11-03 20:11:06 +01:00
constants.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
constants.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
constants.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
constants.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
cordic-atan2-16-ref.asm Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
cordic-atan2-16-ref.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cordic-atan2-16-ref.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
cordic-atan2-16-ref.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cordic-atan2-16.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
cordic-atan2-16.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cordic-atan2-16.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
cordic-atan2-16.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cordic-atan2-clear.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
cordic-atan2-clear.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cordic-atan2-clear.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
cordic-atan2-clear.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cordic-atan2.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
cordic-atan2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cordic-atan2.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
cordic-atan2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
cpu-6502.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
cpu-6502.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
cpu-6502.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
cpu-6502.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
danny-joystick-problem.asm Added joystick test 2019-07-30 22:28:19 +02:00
danny-joystick-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
danny-joystick-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
danny-joystick-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
declared-memory-var-0.asm Added __notconst directive. 2019-10-20 20:01:38 +02:00
declared-memory-var-0.cfg Progress on memory variables. Avoided const/alias/... passes. Added new register type and the first few fragments. The first few tests working. #328 2019-09-30 23:57:27 +02:00
declared-memory-var-0.log Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-0.sym Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-1.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
declared-memory-var-1.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
declared-memory-var-1.log Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-1.sym Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-2.asm Progress on memory variables. Added identification of identical memory registers. #328 2019-10-01 22:28:54 +02:00
declared-memory-var-2.cfg Progress on memory variables. Avoided const/alias/... passes. Added new register type and the first few fragments. The first few tests working. #328 2019-09-30 23:57:27 +02:00
declared-memory-var-2.log Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-2.sym Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-3.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
declared-memory-var-3.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
declared-memory-var-3.log Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-3.sym Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-4.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
declared-memory-var-4.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:40:12 +01:00
declared-memory-var-4.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
declared-memory-var-4.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
declared-memory-var-5.asm Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-5.cfg Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-5.log Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-5.sym Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-6.asm Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-6.cfg Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-6.log Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-6.sym Removed __notconst directive. 2019-11-17 19:36:30 +01:00
declared-memory-var-7.asm Added test for zeropage notregister variable. 2019-10-13 23:49:52 +02:00
declared-memory-var-7.cfg Added test for zeropage notregister variable. 2019-10-13 23:49:52 +02:00
declared-memory-var-7.log Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-7.sym Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-8.asm Added __notconst directive. 2019-10-20 20:01:38 +02:00
declared-memory-var-8.cfg Fixed test data 2019-10-16 08:34:33 +02:00
declared-memory-var-8.log Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-memory-var-8.sym Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-ssa-var-0.asm Added test for __ssa / __notssa. Made literal char ConstantEnumerable. 2019-10-20 14:06:54 +02:00
declared-ssa-var-0.cfg Added test for __ssa / __notssa. Made literal char ConstantEnumerable. 2019-10-20 14:06:54 +02:00
declared-ssa-var-0.log Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
declared-ssa-var-0.sym Removed notregister from Variable. 2019-11-17 20:05:26 +01:00
deep-nesting.asm
deep-nesting.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
deep-nesting.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
deep-nesting.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
default-font.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
default-font.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
default-font.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
default-font.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
deref-to-derefidx-2.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
deref-to-derefidx-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
deref-to-derefidx-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
deref-to-derefidx-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
deref-to-derefidx.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
deref-to-derefidx.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
deref-to-derefidx.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
deref-to-derefidx.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
derefidx-word-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
derefidx-word-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
derefidx-word-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
derefidx-word-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
derefidx-word-1.asm
derefidx-word-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
derefidx-word-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
derefidx-word-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
derefidx-word-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
derefidx-word-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
derefidx-word-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
derefidx-word-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
divide-2s.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
divide-2s.cfg Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
divide-2s.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
divide-2s.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
double-assignment.asm
double-assignment.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
double-assignment.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
double-assignment.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
double-import.asm
double-import.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
double-import.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
double-import.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
double-indexing-arrays.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
double-indexing-arrays.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
double-indexing-arrays.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
double-indexing-arrays.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
duplicate-loop-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
duplicate-loop-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
duplicate-loop-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
duplicate-loop-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
dword.asm Fixed tests. 2019-11-03 20:11:06 +01:00
dword.cfg Optimized constant handling in pass 1. 2019-09-29 22:42:37 +02:00
dword.log Fixed tests. 2019-11-03 20:11:06 +01:00
dword.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
emptyblock-error.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
emptyblock-error.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
emptyblock-error.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
emptyblock-error.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
encoding-literal-char.asm Moved illegal opcode fragments to 6502X. #303 2019-09-08 01:48:56 +02:00
encoding-literal-char.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
encoding-literal-char.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
encoding-literal-char.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
enum-0.asm
enum-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
enum-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
enum-1.asm
enum-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
enum-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
enum-2.asm
enum-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
enum-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
enum-3.asm
enum-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
enum-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
enum-4.asm
enum-4.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
enum-4.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-4.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
enum-5.asm
enum-5.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
enum-5.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-5.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
enum-6.asm
enum-6.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
enum-6.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-6.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
enum-7.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-7.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
enum-7.log Fixed tests. 2019-11-03 20:11:06 +01:00
enum-7.sym Fixed tests. 2019-11-03 20:11:06 +01:00
enum-8.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
enum-8.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
enum-8.log Fixed tests. 2019-11-03 20:11:06 +01:00
enum-8.sym Fixed tests. 2019-11-03 20:11:06 +01:00
euclid-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
euclid-3.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
euclid-3.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
euclid-3.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
euclid-problem-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
euclid-problem-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
euclid-problem-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
euclid-problem-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
euclid-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
euclid-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
euclid-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
euclid-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
fastmultiply-127.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
fastmultiply-127.cfg Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
fastmultiply-127.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
fastmultiply-127.sym Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
fibmem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
fibmem.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
fibmem.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
fibmem.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
fill-square.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
fill-square.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
fill-square.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
fill-square.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
fillscreen.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
fillscreen.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
fillscreen.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
fillscreen.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
flipper-rex2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
flipper-rex2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
flipper-rex2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
flipper-rex2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
font-hex-show.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
font-hex-show.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
font-hex-show.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
font-hex-show.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
for-empty-increment.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
for-empty-increment.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
for-empty-increment.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
for-empty-increment.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
for-empty-init.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
for-empty-init.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
for-empty-init.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
for-empty-init.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
for-two-vars.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
for-two-vars.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
for-two-vars.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
for-two-vars.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
forced-zeropage.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
forced-zeropage.cfg Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
forced-zeropage.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
forced-zeropage.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
forclassicmin.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
forclassicmin.cfg Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
forclassicmin.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
forclassicmin.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
forincrementassign.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
forincrementassign.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
forincrementassign.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
forincrementassign.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
forrangedwords.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
forrangedwords.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
forrangedwords.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
forrangedwords.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
forrangemin.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
forrangemin.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
forrangemin.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
forrangemin.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
forrangesymbolic.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
forrangesymbolic.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
forrangesymbolic.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
forrangesymbolic.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
fragment-synth.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
fragment-synth.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
fragment-synth.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
fragment-synth.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
fragment-variations.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
fragment-variations.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
fragment-variations.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
fragment-variations.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
fragments-assignment-binary-_deref_pbuc1.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-_deref_pbuz1.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuaa.log Working on M/Z synth rules. 2019-10-04 00:20:17 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuxx.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuyy.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuz1.log Fixed tests. 2019-10-20 03:43:58 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuaa.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuc1.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuxx.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuyy.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuz1.log Working on M/Z synth rules. 2019-10-03 22:58:34 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuz2.log Fixed tests. 2019-10-20 03:43:58 +02:00
fragments-assignment-binary-vbuaa.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-vbuxx.log Fixed test. 2019-10-06 23:20:15 +02:00
fragments-assignment-binary-vbuyy.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
fragments-assignment-binary-vbuz1.log Fixed test. 2019-10-06 23:20:15 +02:00
fragments-assignment-binary.log
fragments-assignment-copy.log Fixed tests. 2019-10-20 03:43:58 +02:00
fragments-assignment-unary.log Fixed tests. 2019-10-20 03:43:58 +02:00
fragments-complex.log Working on M/Z synth rules. 2019-10-04 00:00:41 +02:00
function-as-array.asm Added example of Using function as error does not give an error - instead silently throws away the statement. #276 2019-08-21 07:06:11 +02:00
function-as-array.cfg Added example of Using function as error does not give an error - instead silently throws away the statement. #276 2019-08-21 07:06:11 +02:00
function-as-array.log Added example of Using function as error does not give an error - instead silently throws away the statement. #276 2019-08-21 07:06:11 +02:00
function-as-array.sym Added example of Using function as error does not give an error - instead silently throws away the statement. #276 2019-08-21 07:06:11 +02:00
function-pointer-noarg-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-2.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
function-pointer-noarg-2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-2.sym
function-pointer-noarg-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg-3.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
function-pointer-noarg-call-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg-call-2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
function-pointer-noarg-call-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg-call-3.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
function-pointer-noarg-call-4.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-4.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg-call-4.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-4.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
function-pointer-noarg-call-5.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-5.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-5.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-5.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-6.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-6.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
function-pointer-noarg-call-6.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-6.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-7.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-7.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-7.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-7.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-8.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-8.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-8.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-8.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
function-pointer-noarg-call-9.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-9.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg-call-9.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-9.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-10.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-noarg-call-10.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg-call-10.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call-10.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
function-pointer-noarg-call.asm
function-pointer-noarg-call.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg-call.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg-call.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg.asm
function-pointer-noarg.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
function-pointer-noarg.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-noarg.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
function-pointer-return.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
function-pointer-return.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-return.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
function-pointer-return.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
gfxbank.asm
gfxbank.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
gfxbank.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
gfxbank.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
global-pc-multiple.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
global-pc-multiple.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
global-pc-multiple.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
global-pc-multiple.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
global-pc.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
global-pc.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
global-pc.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
global-pc.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
halfscii.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
halfscii.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
halfscii.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
halfscii.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
helloworld0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
helloworld0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
helloworld0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
helloworld0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
helloworld2-inline.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
helloworld2-inline.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
helloworld2-inline.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
helloworld2-inline.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
helloworld2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
helloworld2.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
helloworld2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
helloworld2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
hex2dec-ptrptr.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
hex2dec-ptrptr.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
hex2dec-ptrptr.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
hex2dec-ptrptr.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
hex2dec.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
hex2dec.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
hex2dec.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
hex2dec.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
ifmin.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
ifmin.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
ifmin.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ifmin.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
immzero.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
immzero.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
immzero.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
immzero.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
importing.asm
importing.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
importing.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
importing.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
incd020.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
incd020.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
incd020.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
incd020.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
incrementinarray.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
incrementinarray.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
incrementinarray.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
incrementinarray.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
infloop-error.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
infloop-error.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
infloop-error.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
infloop-error.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
init-volatiles.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
init-volatiles.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
init-volatiles.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
init-volatiles.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
initializer-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
initializer-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
initializer-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
initializer-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
initializer-3.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-3.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
initializer-3.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm-clobber-none.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-asm-clobber-none.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-asm-clobber-none.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
inline-asm-clobber-none.sym
inline-asm-clobber.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-asm-clobber.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-asm-clobber.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-asm-clobber.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-asm-jsr-clobber.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-asm-jsr-clobber.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-asm-jsr-clobber.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
inline-asm-jsr-clobber.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
inline-asm-label.asm
inline-asm-label.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-asm-label.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm-label.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm-optimized.asm
inline-asm-optimized.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
inline-asm-optimized.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-asm-optimized.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-asm-param.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-asm-param.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-asm-param.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-asm-param.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-asm-ref-scoped.asm
inline-asm-ref-scoped.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-asm-ref-scoped.log Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-asm-ref-scoped.sym
inline-asm-refout-const.asm
inline-asm-refout-const.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-asm-refout-const.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm-refout-const.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm-refout.asm
inline-asm-refout.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm-refout.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm-refout.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-asm.asm
inline-asm.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-asm.log Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-asm.sym
inline-assignment.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-assignment.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
inline-assignment.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-assignment.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-function-if.asm
inline-function-if.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-function-if.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-function-if.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-function-level2.asm Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
inline-function-level2.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-function-level2.log Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
inline-function-level2.sym Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
inline-function-min.asm
inline-function-min.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-function-min.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-function-min.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-function-print.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-function-print.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-function-print.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-function-print.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-function.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-function.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-function.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-function.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-kasm-clobber.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-kasm-clobber.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-kasm-clobber.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-kasm-clobber.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-kasm-data.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-kasm-data.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
inline-kasm-data.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-kasm-data.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-kasm-loop.asm
inline-kasm-loop.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
inline-kasm-loop.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-kasm-loop.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-kasm-refout.asm
inline-kasm-refout.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
inline-kasm-refout.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-kasm-refout.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-kasm-resource.asm
inline-kasm-resource.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
inline-kasm-resource.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
inline-kasm-resource.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-pointer-0.asm
inline-pointer-0.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-pointer-0.log Working on constant identification. 2019-10-20 17:06:17 +02:00
inline-pointer-0.sym
inline-pointer-1.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
inline-pointer-1.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-pointer-1.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
inline-pointer-1.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
inline-pointer-2.asm
inline-pointer-2.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-pointer-2.log Working on constant identification. 2019-10-20 17:06:17 +02:00
inline-pointer-2.sym
inline-string-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-string-2.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
inline-string-2.log Fixed test data for constants. Closes #209 2019-10-20 01:48:09 +02:00
inline-string-2.sym Fixed test data for constants. Closes #209 2019-10-20 01:48:09 +02:00
inline-string-3.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
inline-string-3.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-string-3.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-string-3.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-string-4.asm Added missing fragment. Fixed exception when casting literal string. Closes #309 2019-09-09 15:51:39 +02:00
inline-string-4.cfg Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
inline-string-4.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-string-4.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-string.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-string.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-string.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-string.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-word-0.asm
inline-word-0.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-word-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-word-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-word-1.asm
inline-word-1.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-word-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-word-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-word-2.asm
inline-word-2.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
inline-word-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
inline-word-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
inline-word.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inline-word.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-word.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inline-word.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inlinearrayproblem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inlinearrayproblem.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inlinearrayproblem.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inlinearrayproblem.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmem-const-array.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inmem-const-array.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmem-const-array.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmem-const-array.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmemarray.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inmemarray.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmemarray.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmemarray.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmemstring.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
inmemstring.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmemstring.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inmemstring.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inner-increment-problem.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
inner-increment-problem.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
inner-increment-problem.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
inner-increment-problem.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
int-conversion.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
int-conversion.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
int-conversion.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
int-conversion.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
int-literals.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
int-literals.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
int-literals.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
int-literals.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
interrupt-volatile-reuse-problem1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
interrupt-volatile-reuse-problem1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
interrupt-volatile-reuse-problem1.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
interrupt-volatile-reuse-problem1.prg
interrupt-volatile-reuse-problem1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
interrupt-volatile-reuse-problem1.vs
interrupt-volatile-reuse-problem2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
interrupt-volatile-reuse-problem2.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
interrupt-volatile-reuse-problem2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
interrupt-volatile-reuse-problem2.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-hardware-clobber-jsr.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
irq-hardware-clobber-jsr.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-hardware-clobber-jsr.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-hardware-clobber-jsr.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-hardware-clobber.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
irq-hardware-clobber.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-hardware-clobber.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-hardware-clobber.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-hardware-stack.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
irq-hardware-stack.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-hardware-stack.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-hardware-stack.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-hardware.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
irq-hardware.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-hardware.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-hardware.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-idx-problem.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-idx-problem.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
irq-idx-problem.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
irq-idx-problem.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
irq-kernel-minimal.asm
irq-kernel-minimal.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-kernel-minimal.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-kernel-minimal.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-kernel.asm
irq-kernel.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-kernel.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-kernel.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-local-var-overlap-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
irq-local-var-overlap-problem.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-local-var-overlap-problem.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-local-var-overlap-problem.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-raster.asm
irq-raster.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-raster.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-raster.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
irq-volatile-bool-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
irq-volatile-bool-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
irq-volatile-bool-problem.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
irq-volatile-bool-problem.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
iterarray.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
iterarray.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
iterarray.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
iterarray.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
kc-ka-string-encoding.asm Fixed relative labels in KickAss 5.9 #272 2019-08-18 23:18:53 +02:00
kc-ka-string-encoding.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
kc-ka-string-encoding.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
kc-ka-string-encoding.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
keyboard-glitch.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
keyboard-glitch.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
keyboard-glitch.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
keyboard-glitch.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
kickasm-uses-prevent-deletion.asm Added support for specifying that inline kickasm uses a procedure - preventing it from being culled. Closes #294 2019-08-26 19:31:55 +02:00
kickasm-uses-prevent-deletion.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
kickasm-uses-prevent-deletion.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
kickasm-uses-prevent-deletion.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
line-anim.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
line-anim.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
line-anim.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
line-anim.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
linegen.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
linegen.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
linegen.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
linegen.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
literal-char-minus-number.asm
literal-char-minus-number.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
literal-char-minus-number.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
literal-char-minus-number.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
literal-strings.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
literal-strings.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
literal-strings.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
literal-strings.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
literal-word-pointer-0.asm Added missing fragment. Added test for literal string pointer cast to word. #298 2019-08-27 14:54:49 +02:00
literal-word-pointer-0.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
literal-word-pointer-0.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
literal-word-pointer-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
literals.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
literals.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
literals.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
literals.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
liverange-call-problem.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
liverange-call-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
liverange-call-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
liverange-call-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
liverange-problem-0.asm Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
liverange-problem-0.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
liverange-problem-0.log Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
liverange-problem-0.sym Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
liverange.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
liverange.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
liverange.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
liverange.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
local-string.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
local-string.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
local-string.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
local-string.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
localscope-loops.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
localscope-loops.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
localscope-loops.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
localscope-loops.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
localscope-simple.asm
localscope-simple.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
localscope-simple.log Fixed tests. 2019-11-03 20:11:06 +01:00
localscope-simple.sym Fixed tests. 2019-11-03 20:11:06 +01:00
long-pointer-0.asm Added test for 32bit long pointer for 45GS02. 2019-08-22 12:15:33 +02:00
long-pointer-0.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
long-pointer-0.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
long-pointer-0.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
long-pointer-1.asm Fixed problem casting a constant pointer to char. Closes #288 2019-08-25 14:51:07 +02:00
long-pointer-1.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
long-pointer-1.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
long-pointer-1.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
longbranch-interrupt-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
longbranch-interrupt-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
longbranch-interrupt-problem.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
longbranch-interrupt-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
longjump2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
longjump2.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
longjump2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
longjump2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
longjump.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
longjump.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
longjump.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
longjump.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop100.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop100.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
loop100.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
loop100.sym Disabled constant loop head optimization by default (until the two known issues have been fixed.) 2019-08-25 22:21:58 +02:00
loop-break-continue.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-break-continue.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-break-continue.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-break-continue.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-break-nested.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-break-nested.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
loop-break-nested.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
loop-break-nested.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
loop-break.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-break.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loop-break.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-break.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop-continue.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-continue.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loop-continue.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-continue.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop-for-continue.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-for-continue.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-for-continue.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-for-continue.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-for-empty-body.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-for-empty-body.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-for-empty-body.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-for-empty-body.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loop-for-sideeffect.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-for-sideeffect.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
loop-for-sideeffect.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
loop-for-sideeffect.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
loop-memset-min.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-memset-min.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
loop-memset-min.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-memset-min.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop-problem2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-problem2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loop-problem2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-problem2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
loop-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop-while-continue.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-while-continue.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loop-while-continue.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-while-continue.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop-while-min.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-while-min.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
loop-while-min.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loop-while-min.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loop-while-sideeffect.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loop-while-sideeffect.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
loop-while-sideeffect.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
loop-while-sideeffect.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
loophead-problem-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loophead-problem-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loophead-problem-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loophead-problem-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
loophead-problem-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loophead-problem-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loophead-problem-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loophead-problem-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loophead-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loophead-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loophead-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loophead-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loopmin.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loopmin.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
loopmin.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
loopmin.sym Disabled constant loop head optimization by default (until the two known issues have been fixed.) 2019-08-25 22:21:58 +02:00
loopnest2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loopnest2.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
loopnest2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loopnest2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loopnest3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loopnest3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loopnest3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loopnest3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loopnest.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loopnest.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
loopnest.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loopnest.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
loopsplit.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
loopsplit.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
loopsplit.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
loopsplit.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
malloc-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
malloc-0.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
malloc-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
malloc-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
malloc-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
malloc-1.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
malloc-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
malloc-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
mem-alignment.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
mem-alignment.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mem-alignment.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mem-alignment.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
memcpy-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
memcpy-0.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
memcpy-0.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
memcpy-0.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
memcpy-1.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
memcpy-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
memcpy-1.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
memcpy-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
memory-heap.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
memory-heap.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
memory-heap.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
memory-heap.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
min-fmul-16.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
min-fmul-16.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
min-fmul-16.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
min-fmul-16.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mixed-array-0.asm
mixed-array-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mixed-array-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mixed-array-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mixed-array-1.asm
mixed-array-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mixed-array-1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mixed-array-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
modglobal.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
modglobal.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
modglobal.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
modglobal.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
modglobalmin.asm
modglobalmin.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
modglobalmin.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
modglobalmin.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
mul8u-min.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
mul8u-min.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
mul8u-min.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
mul8u-min.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
multiply-2s.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
multiply-2s.cfg Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
multiply-2s.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
multiply-2s.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
multiply-ns.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
multiply-ns.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
multiply-ns.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
multiply-ns.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
nes-array.asm Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
nes-array.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
nes-array.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
nes-array.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
no-recursion-heavy.asm Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
no-recursion-heavy.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
no-recursion-heavy.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
no-recursion-heavy.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
noop-cast-elimination.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
noop-cast-elimination.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
noop-cast-elimination.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
noop-cast-elimination.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
norom-charset.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
norom-charset.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
norom-charset.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
norom-charset.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
number-conversion.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
number-conversion.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
number-conversion.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
number-conversion.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
number-inference-sum.asm
number-inference-sum.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
number-inference-sum.log Fixed tests. 2019-11-03 20:11:06 +01:00
number-inference-sum.sym Fixed tests. 2019-11-03 20:11:06 +01:00
number-type.asm
number-type.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
number-type.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
number-type.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
operator-lohi-problem-1.asm
operator-lohi-problem-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
operator-lohi-problem-1.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
operator-lohi-problem-1.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
operator-lohi-problem.asm Fixed tests. 2019-11-03 20:11:06 +01:00
operator-lohi-problem.cfg Fixed tests. 2019-11-03 20:11:06 +01:00
operator-lohi-problem.log Fixed tests. 2019-11-03 20:11:06 +01:00
operator-lohi-problem.sym Fixed tests. 2019-11-03 20:11:06 +01:00
optimize-unsigned-comparisons.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
optimize-unsigned-comparisons.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
optimize-unsigned-comparisons.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
optimize-unsigned-comparisons.sym Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
overlap-allocation-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
overlap-allocation-2.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
overlap-allocation-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
overlap-allocation-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
overlap-allocation.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
overlap-allocation.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
overlap-allocation.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
overlap-allocation.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
parse-negated-struct-ref.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
parse-negated-struct-ref.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
parse-negated-struct-ref.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
parse-negated-struct-ref.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
plasma-center.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
plasma-center.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
plasma-center.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
plasma-center.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
platform-asm6502.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
platform-asm6502.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
platform-asm6502.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
platform-asm6502.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
plus-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
plus-0.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
plus-0.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
plus-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
pointer-anding.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
pointer-anding.cfg Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
pointer-anding.kc.asm Added pointer ANDing test case. 2019-08-24 12:18:56 +02:00
pointer-anding.kc.cfg Added pointer ANDing test case. 2019-08-24 12:18:56 +02:00
pointer-anding.kc.log Added pointer ANDing test case. 2019-08-24 12:18:56 +02:00
pointer-anding.kc.sym Added pointer ANDing test case. 2019-08-24 12:18:56 +02:00
pointer-anding.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
pointer-anding.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
pointer-cast-2.asm Implemented detection of constant addresses being <256 - and generating ZP ASM for these. Closes #301 2019-09-01 22:06:32 +02:00
pointer-cast-2.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-cast-2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-cast-2.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-cast-3.asm
pointer-cast-3.cfg Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
pointer-cast-3.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
pointer-cast-3.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
pointer-cast-4.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
pointer-cast-4.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
pointer-cast-4.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
pointer-cast-4.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
pointer-cast.asm
pointer-cast.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
pointer-cast.log Fixed tests. 2019-11-03 20:11:06 +01:00
pointer-cast.sym Fixed tests. 2019-11-03 20:11:06 +01:00
pointer-plus-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
pointer-plus-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
pointer-plus-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
pointer-plus-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
pointer-plus-signed-word.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
pointer-plus-signed-word.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
pointer-plus-signed-word.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
pointer-plus-signed-word.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
pointer-pointer-1.asm Fixed _deref(_deref_pptc1) fragments to handle {c1}>255. Added simpler test for struct containing array problem. #312 2019-09-10 00:18:31 +02:00
pointer-pointer-1.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-pointer-1.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-pointer-1.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-pointer-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
pointer-pointer-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
pointer-pointer-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
pointer-pointer-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
pointer-pointer-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
pointer-pointer-3.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
pointer-pointer-3.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-pointer-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
pointer-void-0.asm Implemented detection of constant addresses being <256 - and generating ZP ASM for these. Closes #301 2019-09-01 22:06:32 +02:00
pointer-void-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
pointer-void-0.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-void-0.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-void-1.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
pointer-void-1.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-void-1.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-void-1.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-void-2.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
pointer-void-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
pointer-void-2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
pointer-void-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
pointer-void-3.asm Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
pointer-void-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
pointer-void-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
pointer-void-3.sym Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
print-problem.asm
print-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
print-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
print-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
printmsg.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
printmsg.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
printmsg.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
printmsg.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
problem-negative-word-const.asm Fixed tests. Moved all attributes to SymbolVariable. 2019-10-31 23:07:51 +01:00
problem-negative-word-const.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
problem-negative-word-const.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
problem-negative-word-const.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
procedure-callingconvention-stack-0.asm Added constant for return value offset on stack. Added padding when return value is larger than parameters. Improved calculations of stack frame sizes. #316 2019-09-23 17:53:23 +02:00
procedure-callingconvention-stack-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
procedure-callingconvention-stack-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
procedure-callingconvention-stack-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
procedure-callingconvention-stack-1.asm Added constant for return value offset on stack. Added padding when return value is larger than parameters. Improved calculations of stack frame sizes. #316 2019-09-23 17:53:23 +02:00
procedure-callingconvention-stack-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
procedure-callingconvention-stack-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
procedure-callingconvention-stack-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
procedure-callingconvention-stack-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
procedure-callingconvention-stack-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
procedure-callingconvention-stack-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
procedure-callingconvention-stack-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
procedure-callingconvention-stack-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
procedure-callingconvention-stack-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
procedure-callingconvention-stack-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
procedure-callingconvention-stack-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
procedure-callingconvention-stack-4.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
procedure-callingconvention-stack-4.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
procedure-callingconvention-stack-4.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
procedure-callingconvention-stack-4.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
procedure-callingconvention-stack-5.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
procedure-callingconvention-stack-5.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
procedure-callingconvention-stack-5.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
procedure-callingconvention-stack-5.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
processor-port-test.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
processor-port-test.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
processor-port-test.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
processor-port-test.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
ptr-complex.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ptr-complex.cfg Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ptr-complex.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
ptr-complex.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ptrptr-optimize-0.asm Fixed _deref(_deref_pptc1) fragments to handle {c1}>255. Added simpler test for struct containing array problem. #312 2019-09-10 00:18:31 +02:00
ptrptr-optimize-0.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
ptrptr-optimize-0.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
ptrptr-optimize-0.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
ptrptr-optimize-1.asm Fixed _deref(_deref_pptc1) fragments to handle {c1}>255. Added simpler test for struct containing array problem. #312 2019-09-10 00:18:31 +02:00
ptrptr-optimize-1.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
ptrptr-optimize-1.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
ptrptr-optimize-1.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
ptrptr-optimize-2.asm Fixed _deref(_deref_pptc1) fragments to handle {c1}>255. Added simpler test for struct containing array problem. #312 2019-09-10 00:18:31 +02:00
ptrptr-optimize-2.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
ptrptr-optimize-2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
ptrptr-optimize-2.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
ptrtest.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
ptrtest.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
ptrtest.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
ptrtest.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
ptrtestmin.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
ptrtestmin.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
ptrtestmin.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
ptrtestmin.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
reserve-zp-global.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
reserve-zp-global.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
reserve-zp-global.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
reserve-zp-global.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
reserve-zp-procedure-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
reserve-zp-procedure-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
reserve-zp-procedure-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
reserve-zp-procedure-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
reserve-zp-procedure-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
reserve-zp-procedure-2.cfg Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
reserve-zp-procedure-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
reserve-zp-procedure-2.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
reserve-zp-procedure-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
reserve-zp-procedure-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
reserve-zp-procedure-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
reserve-zp-procedure-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
robozzle64-label-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
robozzle64-label-problem.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
robozzle64-label-problem.log Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
robozzle64-label-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
roll-sprite-msb.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
roll-sprite-msb.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
roll-sprite-msb.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
roll-sprite-msb.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
roll-variable.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
roll-variable.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
roll-variable.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
roll-variable.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
runtime-unused-procedure.asm
runtime-unused-procedure.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
runtime-unused-procedure.log Fixed tests. 2019-11-03 20:11:06 +01:00
runtime-unused-procedure.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
sandbox-ternary-error.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
sandbox-ternary-error.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
sandbox-ternary-error.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sandbox-ternary-error.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
sandbox.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sandbox.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sandbox.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sandbox.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
scan-desire-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
scan-desire-problem.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
scan-desire-problem.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
scan-desire-problem.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
screen-center-angle.asm Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
screen-center-angle.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
screen-center-angle.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
screen-center-angle.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
screen-center-distance.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
screen-center-distance.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
screen-center-distance.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
screen-center-distance.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
screen-show-spiral-buckets.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
screen-show-spiral-buckets.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
screen-show-spiral-buckets.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
screen-show-spiral-buckets.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
screen-show-spiral.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
screen-show-spiral.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
screen-show-spiral.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
screen-show-spiral.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
scroll-clobber.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
scroll-clobber.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
scroll-clobber.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
scroll-clobber.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
scrollbig-clobber.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
scrollbig-clobber.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
scrollbig-clobber.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
scrollbig-clobber.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
semi-struct-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
semi-struct-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
semi-struct-1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
semi-struct-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
semi-struct-2.asm Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
semi-struct-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
semi-struct-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
semi-struct-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sequence-locality-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
sequence-locality-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
sequence-locality-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sequence-locality-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
sequence-locality-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
sequence-locality-1.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
sequence-locality-1.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
sequence-locality-1.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
showlogo.sym
sieve-min.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sieve-min.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sieve-min.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sieve-min.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sieve.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sieve.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sieve.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sieve.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
signed-bytes.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
signed-bytes.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
signed-bytes.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
signed-bytes.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
signed-char-comparison.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
signed-char-comparison.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
signed-char-comparison.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
signed-char-comparison.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
signed-indexed-subtract.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
signed-indexed-subtract.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
signed-indexed-subtract.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
signed-indexed-subtract.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
signed-word-minus-byte-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
signed-word-minus-byte-2.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
signed-word-minus-byte-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
signed-word-minus-byte-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
signed-words.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
signed-words.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
signed-words.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
signed-words.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
simple-loop.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
simple-loop.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
simple-loop.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
simple-loop.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
sine-plotter.log
sinus-basic.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
sinus-basic.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinus-basic.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinus-basic.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen8.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen8.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen8.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen8.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen8b.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen8b.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen8b.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen8b.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen16.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen16.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen16.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen16.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen16b.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen16b.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgen16b.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgen16b.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgenscale8.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgenscale8.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sinusgenscale8.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
sinusgenscale8.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sizeof-arrays.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sizeof-arrays.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
sizeof-arrays.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sizeof-arrays.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sizeof-expr.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sizeof-expr.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
sizeof-expr.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
sizeof-expr.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
sizeof-struct.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sizeof-struct.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
sizeof-struct.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
sizeof-struct.sym Fixed tests. 2019-11-03 20:11:06 +01:00
sizeof-types.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sizeof-types.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
sizeof-types.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
sizeof-types.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
stack-relative-addressing.asm Added tests for different reported problems & fixes. 2019-09-18 21:53:32 +02:00
stack-relative-addressing.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
stack-relative-addressing.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
stack-relative-addressing.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
statement-sequence-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
statement-sequence-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
statement-sequence-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
statement-sequence-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
static-register-optimization-problem.asm Fixes static optimization problem. Closes #336 2019-10-31 16:10:29 +01:00
static-register-optimization-problem.cfg Fixes static optimization problem. Closes #336 2019-10-31 16:10:29 +01:00
static-register-optimization-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
static-register-optimization-problem.sym Fixes static optimization problem. Closes #336 2019-10-31 16:10:29 +01:00
string-const-consolidation-noroot.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
string-const-consolidation-noroot.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-const-consolidation-noroot.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-const-consolidation-noroot.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-const-consolidation.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-const-consolidation.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-const-consolidation.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-const-consolidation.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-encoding-literals.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-encoding-literals.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-encoding-literals.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-encoding-literals.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-encoding-pragma.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-encoding-pragma.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-encoding-pragma.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-encoding-pragma.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-escapes-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-escapes-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-escapes-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-escapes-3.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-3.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-escapes-3.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
string-pointer-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
string-pointer-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
string-pointer-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
string-pointer-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
strip.asm Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
strip.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
strip.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
strip.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-0.asm
struct-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
struct-0.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-0.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-1.asm
struct-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
struct-1.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-1.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-2.asm
struct-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
struct-2.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-2.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-3.asm
struct-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
struct-3.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-3.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-4.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-4.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-4.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-4.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-5.asm
struct-5.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-5.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-5.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-6.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-6.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-6.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-6.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-7.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-7.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-7.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-7.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-8.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-8.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-8.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-8.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-9.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-9.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-9.log Fixed tests. 2019-11-03 20:11:06 +01:00
struct-9.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-10.asm Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-10.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-10.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-10.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-11.asm Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-11.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-11.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-11.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-12.asm Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-12.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-12.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-12.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-pos-fill.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-pos-fill.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-pos-fill.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-pos-fill.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-0.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-3.asm
struct-ptr-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
struct-ptr-3.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-3.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-4.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
struct-ptr-4.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-ptr-4.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
struct-ptr-4.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-5.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-5.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-ptr-5.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-5.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-6.asm
struct-ptr-6.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
struct-ptr-6.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-6.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-7.asm
struct-ptr-7.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-7.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-7.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-8.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-8.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-8.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-8.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-9.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-9.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-9.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-9.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-10.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-10.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-10.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-10.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-11.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-11.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-11.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-11.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-12-ref.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-12-ref.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-12-ref.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-12-ref.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-12.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-12.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-12.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-12.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-13.asm
struct-ptr-13.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-ptr-13.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-13.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-14.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-14.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-14.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-14.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-15.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-15.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-15.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-15.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-16.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-16.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-16.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-16.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-17.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-17.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-17.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-17.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-18.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-18.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-18.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-18.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-19.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-19.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-19.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
struct-ptr-19.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
struct-ptr-20.asm Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-20.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-20.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-20.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-21.asm Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-21.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-21.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-21.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-22.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-22.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-22.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-22.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-23.asm Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-23.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:40:12 +01:00
struct-ptr-23.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-23.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-24.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
struct-ptr-24.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-ptr-24.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
struct-ptr-24.sym Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-25.asm Fixed problem with recursive aliasses (it was caused by a bad alias-replacement earlier). Closes #305 2019-09-03 16:16:07 +02:00
struct-ptr-25.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
struct-ptr-25.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-25.sym Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
struct-ptr-26.asm Improved fragment 2019-09-04 23:11:35 +02:00
struct-ptr-26.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-26.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-26.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-28.asm Added missing struct-ptr fragments. Added padding to initialization of fixed size arrays with to few elements in the initializer. Closes #311 2019-09-09 23:01:04 +02:00
struct-ptr-28.cfg Added missing struct-ptr fragments. Added padding to initialization of fixed size arrays with to few elements in the initializer. Closes #311 2019-09-09 23:01:04 +02:00
struct-ptr-28.log Added missing struct-ptr fragments. Added padding to initialization of fixed size arrays with to few elements in the initializer. Closes #311 2019-09-09 23:01:04 +02:00
struct-ptr-28.sym Added missing struct-ptr fragments. Added padding to initialization of fixed size arrays with to few elements in the initializer. Closes #311 2019-09-09 23:01:04 +02:00
struct-ptr-29.asm Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-29.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
struct-ptr-29.log Converting constant value lists directly to constant values during parse. 2019-11-03 21:27:11 +01:00
struct-ptr-29.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
struct-ptr-30.asm Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-30.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-30.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-30.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-31.asm Cleaning up old usages of SymbolTypeArray. 2019-11-18 23:19:58 +01:00
struct-ptr-31.cfg Cleaning up old usages of SymbolTypeArray. 2019-11-18 23:19:58 +01:00
struct-ptr-31.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-31.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-32.asm Arrays of structs with arrays now working - with some minor flaws (Size of sub-array is not checked, Const Strings are output as data twice, ASM for indexing into array inside struct by pointer is not optimal). Closes "274" 2019-09-13 01:23:55 +02:00
struct-ptr-32.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:50:06 +01:00
struct-ptr-32.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-32.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-33.asm Fixed double emitting of strings inside arrays inside structs. Closes #312 2019-09-13 23:29:42 +02:00
struct-ptr-33.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:40:12 +01:00
struct-ptr-33.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-33.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-34.asm Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-34.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
struct-ptr-34.log Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
struct-ptr-34.sym Aligned struct variable creation with normal variables. 2019-11-23 18:31:00 +01:00
subexpr-optimize-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
subexpr-optimize-0.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
subexpr-optimize-0.log Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
subexpr-optimize-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
subexpr-optimize-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
subexpr-optimize-1.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
subexpr-optimize-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
subexpr-optimize-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
subexpr-optimize-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
subexpr-optimize-2.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
subexpr-optimize-2.log Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
subexpr-optimize-2.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
subexpr-optimize-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
subexpr-optimize-3.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
subexpr-optimize-3.log Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
subexpr-optimize-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
subexpr-optimize-4.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
subexpr-optimize-4.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
subexpr-optimize-4.log Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
subexpr-optimize-4.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
summin.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
summin.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
summin.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
summin.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
switch-0.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
switch-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
switch-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
switch-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
switch-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
switch-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
switch-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
switch-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
switch-2.asm Fixed switch test 2019-08-22 12:20:37 +02:00
switch-2.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
switch-2.log Fixed tests. 2019-11-03 20:11:06 +01:00
switch-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
switch-4.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
switch-4.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
switch-4.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
switch-4.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
ternary-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
ternary-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
ternary-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ternary-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
ternary-2.asm
ternary-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
ternary-2.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ternary-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
ternary-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
ternary-3.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
ternary-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ternary-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
ternary-inference.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
ternary-inference.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
ternary-inference.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
ternary-inference.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-comments-block.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-comments-block.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
test-comments-block.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-comments-block.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-comments-loop.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-comments-loop.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
test-comments-loop.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-comments-loop.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-comments-single.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-comments-single.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
test-comments-single.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-comments-single.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-comments-usage.asm
test-comments-usage.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
test-comments-usage.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-comments-usage.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-comparisons-sword.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-comparisons-sword.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons-sword.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons-sword.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons-word.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-comparisons-word.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons-word.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons-word.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons.asm Converting constant value lists directly to constant values during parse. 2019-11-03 21:27:11 +01:00
test-comparisons.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-comparisons.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-division.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
test-division.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-division.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
test-division.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-interrupt-notype.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-interrupt-notype.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
test-interrupt-notype.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
test-interrupt-notype.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-interrupt-volatile-write.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-interrupt-volatile-write.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
test-interrupt-volatile-write.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
test-interrupt-volatile-write.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-interrupt-volatile.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-interrupt-volatile.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
test-interrupt-volatile.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
test-interrupt-volatile.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-interrupt.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-interrupt.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
test-interrupt.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
test-interrupt.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-kasm-pc.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-kasm-pc.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
test-kasm-pc.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-kasm-pc.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
test-kasm.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-kasm.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
test-kasm.log Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-kasm.sym
test-keyboard-space.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-keyboard-space.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-keyboard-space.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-keyboard-space.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-keyboard.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-keyboard.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-keyboard.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
test-keyboard.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-lohiconst.asm
test-lohiconst.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
test-lohiconst.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-lohiconst.sym Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-lowhigh.asm Improved ASM name shortening to remove labels representing the same variable with different versions and the same allocation. Closes #209 2019-10-20 01:43:51 +02:00
test-lowhigh.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-lowhigh.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-lowhigh.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-multiply-8bit.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
test-multiply-8bit.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-multiply-8bit.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
test-multiply-8bit.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-multiply-16bit.asm Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
test-multiply-16bit.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-multiply-16bit.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
test-multiply-16bit.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-scroll-up.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-scroll-up.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
test-scroll-up.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
test-scroll-up.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
test-signed-word-minus-byte.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-signed-word-minus-byte.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-signed-word-minus-byte.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-signed-word-minus-byte.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
test-word-size-arrays.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
test-word-size-arrays.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
test-word-size-arrays.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
test-word-size-arrays.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
tetris-npe.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
tetris-npe.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
tetris-npe.log Fixed tests. 2019-11-03 20:11:06 +01:00
tetris-npe.sym Fixed tests. 2019-11-03 20:11:06 +01:00
textbox.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
textbox.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
textbox.log Improved variable constructors. Improved constant comments. 2019-11-23 23:46:46 +01:00
textbox.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
tod018-problem.asm
tod018-problem.cfg Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
tod018-problem.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
tod018-problem.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
travis1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
travis1.cfg Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
travis1.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
travis1.sym Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
true-inline-words.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
true-inline-words.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
true-inline-words.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
true-inline-words.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
type-inference.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
type-inference.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
type-inference.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
type-inference.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
type-mix.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
type-mix.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
type-mix.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
type-mix.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
type-signed.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
type-signed.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
type-signed.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
type-signed.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
typedef-0.asm
typedef-0.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
typedef-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
typedef-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
typedef-1.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
typedef-1.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
typedef-1.log Removed inferedType from Variable. 2019-11-17 19:58:06 +01:00
typedef-1.sym Fixed tests. 2019-11-03 20:11:06 +01:00
typedef-2.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
typedef-2.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
typedef-2.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
typedef-2.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
typeid-plus-byte-problem.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
typeid-plus-byte-problem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
typeid-plus-byte-problem.log Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
typeid-plus-byte-problem.sym Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
typeid-plus-bytes.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
typeid-plus-bytes.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
typeid-plus-bytes.log Fixed tests. 2019-11-03 20:11:06 +01:00
typeid-plus-bytes.sym Fixed tests. 2019-11-03 20:11:06 +01:00
typeid-simple.asm
typeid-simple.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
typeid-simple.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
typeid-simple.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
typeinference-problem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
typeinference-problem.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
typeinference-problem.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
typeinference-problem.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
typemismatch.asm
unary-plus.asm Removed FilledArray. Fixed unary plus. Closes #339 2019-11-19 08:28:54 +01:00
unary-plus.cfg Removed FilledArray. Fixed unary plus. Closes #339 2019-11-19 08:28:54 +01:00
unary-plus.log Removed FilledArray. Fixed unary plus. Closes #339 2019-11-19 08:28:54 +01:00
unary-plus.sym Removed FilledArray. Fixed unary plus. Closes #339 2019-11-19 08:28:54 +01:00
uninitialized.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
uninitialized.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
uninitialized.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
uninitialized.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unroll-for-min.asm Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-for-min.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unroll-for-min.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unroll-for-min.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unroll-loop-modifyvar.asm
unroll-loop-modifyvar.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unroll-loop-modifyvar.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unroll-loop-modifyvar.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unroll-screenfill-for-double.asm
unroll-screenfill-for-double.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unroll-screenfill-for-double.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unroll-screenfill-for-double.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unroll-screenfill-for.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
unroll-screenfill-for.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unroll-screenfill-for.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unroll-screenfill-for.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unroll-screenfill-while.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
unroll-screenfill-while.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unroll-screenfill-while.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unroll-screenfill-while.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unroll-while-min.asm Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-while-min.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unroll-while-min.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unroll-while-min.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unused-irq.asm
unused-irq.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
unused-irq.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
unused-irq.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unused-method.asm
unused-method.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unused-method.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unused-method.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
unused-vars.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
unused-vars.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unused-vars.log Fixed tests. 2019-11-03 20:11:06 +01:00
unused-vars.sym Fixed tests. 2019-11-03 20:11:06 +01:00
unusedblockproblem.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
unusedblockproblem.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
unusedblockproblem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
unusedblockproblem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
useglobal.asm
useglobal.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
useglobal.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
useglobal.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
useuninitialized.asm
useuninitialized.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
useuninitialized.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
useuninitialized.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
valuelist-error.asm
var-export.asm Added support for export directive on data variables ensuring they are always included in the output ASM even if not used. Closes #252 2019-08-10 09:02:35 +02:00
var-export.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
var-export.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
var-export.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
var-forward-problem2.asm
var-forward-problem2.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
var-forward-problem2.log Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
var-forward-problem2.sym
var-forward-problem.asm
var-forward-problem.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
var-forward-problem.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
var-forward-problem.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
var-init-problem.asm
var-init-problem.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
var-init-problem.log Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
var-init-problem.sym
var-register-noarg.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
var-register-noarg.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
var-register-noarg.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
var-register-noarg.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
var-register-zp-3.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
var-register-zp-3.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
var-register-zp-3.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
var-register-zp-3.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
var-register-zp.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
var-register-zp.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
var-register-zp.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
var-register-zp.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
var-register.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
var-register.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
var-register.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
var-register.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
void-parameter.asm
void-parameter.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
void-parameter.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
void-parameter.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
voronoi.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
voronoi.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
voronoi.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
voronoi.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
wfragment1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
wfragment1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
wfragment1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
wfragment1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-0.asm Now all instructions addressing zero-page have an explicit .z added to the ASM to ensure the ASM generated does zeropage-addressing. Closes #249 2019-08-07 21:00:21 +02:00
word-array-0.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-0.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-0.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-1.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
word-array-1.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-1.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-1.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-2.asm Working on catching all declared constants in parse 0. 2019-11-04 00:39:09 +01:00
word-array-2.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-2.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-array-2.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-compound.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
word-pointer-compound.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-compound.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-compound.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-iteration-0.asm
word-pointer-iteration-0.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
word-pointer-iteration-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
word-pointer-iteration-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
word-pointer-iteration.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
word-pointer-iteration.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-iteration.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-iteration.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-math-0.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
word-pointer-math-0.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
word-pointer-math-0.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
word-pointer-math-0.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
word-pointer-math-1.asm Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
word-pointer-math-1.cfg Variable storage strategy implementation almost done. 2019-09-29 20:57:28 +02:00
word-pointer-math-1.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
word-pointer-math-1.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
word-pointer-math.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
word-pointer-math.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-math.log Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
word-pointer-math.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
wordexpr.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
wordexpr.cfg Changed control flow graph to print procedure signatures. 2019-09-18 23:00:34 +02:00
wordexpr.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
wordexpr.sym Improved printing register ZP. 2019-10-12 11:40:36 +02:00
zeropage-detect-advanced.asm Implemented detection of constant addresses being <256 - and generating ZP ASM for these. Closes #301 2019-09-01 22:06:32 +02:00
zeropage-detect-advanced.cfg Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
zeropage-detect-advanced.log Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
zeropage-detect-advanced.sym Working on catching all declared constants in parse 0. 2019-11-17 01:51:42 +01:00
zeropage-sinus.asm Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
zeropage-sinus.cfg Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
zeropage-sinus.log Refactoring Variable creation. 2019-11-22 23:41:01 +01:00
zeropage-sinus.sym Moving array properties from type to variable. A few tests still failing. 2019-11-18 22:02:29 +01:00
zpparammin.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
zpparammin.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
zpparammin.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
zpparammin.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00
zpptr.asm Added underscores to compiler-generated ASM-symbols to avoid clashes with C-symbols. Closes #329 2019-09-29 23:13:42 +02:00
zpptr.cfg Optimizing constant detection - avoiding versions. 2019-09-29 22:36:02 +02:00
zpptr.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
zpptr.sym Implemented support for fixed address main memory variables using __mem(0x1000) directive. 2019-10-14 00:51:19 +02:00