1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 17:24:39 +00:00
kickc/src/test/ref
2019-12-08 13:25:34 +01:00
..
complex Added an ASM optimization 2019-12-08 13:25:34 +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
address-of-1.cfg
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
asm-culling-jmp.cfg
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
asm-mnemonic-names.asm
asm-mnemonic-names.cfg
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
asm-uses-0.cfg
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
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
bgblack.cfg
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
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
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
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
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
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
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
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
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
call-parameter-autocast.cfg
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
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
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
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
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
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
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
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
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
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
code-after-return-1.cfg
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
code-after-return.cfg
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
danny-joystick-problem.cfg
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
fragment-synth.cfg
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
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 Updated test with better fragment. 2019-11-24 23:53:07 +01: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
function-as-array.cfg
function-as-array.log
function-as-array.sym
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
inline-pointer-0.log Working on constant identification. 2019-10-20 17:06:17 +02:00
inline-pointer-0.sym
inline-pointer-1.asm
inline-pointer-1.cfg
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
kickasm-uses-prevent-deletion.cfg
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
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
literal-word-pointer-0.cfg
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
liverange-call-problem.cfg
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
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
liverange.cfg
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
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
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
long-pointer-0.cfg
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
long-pointer-1.cfg
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
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
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
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
loop100.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
loop100.sym
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
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
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
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
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
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
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
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
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
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
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
loopmin.log Improved printing register ZP. 2019-10-12 11:40:36 +02:00
loopmin.sym
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
pointer-anding.kc.cfg
pointer-anding.kc.log
pointer-anding.kc.sym
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
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
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
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
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
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
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
pointer-void-0.cfg
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
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
pointer-void-2.cfg
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
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
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
procedure-callingconvention-stack-0.cfg
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
procedure-callingconvention-stack-1.cfg
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
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
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
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
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
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
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
ptrptr-optimize-2.cfg
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
stack-relative-addressing.cfg
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
struct-ptr-25.cfg
struct-ptr-25.log Identifying declared constants already during Pass0. 2019-11-03 17:05:55 +01:00
struct-ptr-25.sym
struct-ptr-26.asm
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
struct-ptr-28.cfg
struct-ptr-28.log
struct-ptr-28.sym
struct-ptr-29.asm Fixed tests. 2019-11-03 20:11:06 +01:00
struct-ptr-29.cfg
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
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
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
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
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
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
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
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
summin.cfg
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
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
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
switch-2.cfg
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
unroll-for-min.cfg
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
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
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
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
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
unroll-while-min.cfg
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
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
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
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
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
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
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
var-export.cfg
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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