1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-26 19:30:00 +00:00
kickc/src/test/ref
2021-06-13 13:35:55 +02:00
..
adventofcode Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
complex Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
examples Working on deprecating lo/hi operators. Closes #667 2021-06-13 13:35:55 +02:00
millfork-benchmarks Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
multiplexer-irq Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
32bit-rols.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
32bit-rols.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
32bit-rols.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
32bit-rols.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
address-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-1.cfg Improved out 2020-10-05 22:58:02 +02:00
address-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-2.cfg Improved out 2020-10-05 22:58:02 +02:00
address-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-3.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-3.cfg Improved out 2020-10-05 22:58:02 +02:00
address-3.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-4.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-4.cfg Improved out 2020-10-05 22:58:02 +02:00
address-4.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
address-4.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
address-5.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-5.cfg Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
address-5.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
address-5.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
address-6.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
address-6.cfg Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
address-6.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
address-6.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
address-8.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
address-8.cfg Improved out 2020-10-05 22:58:02 +02:00
address-8.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-9.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
address-9.cfg Improved out 2020-10-05 22:58:02 +02:00
address-9.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-0.cfg Improved out 2020-10-05 22:58:02 +02:00
address-0.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-of-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-of-1.cfg Improved out 2020-10-05 22:58:02 +02:00
address-of-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-of-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-of-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-of-2.cfg Improved out 2020-10-05 22:58:02 +02:00
address-of-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-of-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-of-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
address-of-3.cfg Improved out 2020-10-05 22:58:02 +02:00
address-of-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-of-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-of-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-of-0.cfg Improved out 2020-10-05 22:58:02 +02:00
address-of-0.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
address-of-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-with-expression-value.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
address-with-expression-value.cfg added support for expressions in __address 2020-12-09 12:18:07 +01:00
address-with-expression-value.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
address-with-expression-value.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
array-16bit-init.asm Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
array-16bit-init.cfg Improved out 2020-10-05 22:58:02 +02:00
array-16bit-init.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
array-16bit-init.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
array-16bit-lookup.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
array-16bit-lookup.cfg Improved out 2020-10-05 22:58:02 +02:00
array-16bit-lookup.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
array-16bit-lookup.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
array-length-symbolic-min.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
array-length-symbolic-min.cfg Improved out 2020-10-05 22:58:02 +02:00
array-length-symbolic-min.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
array-length-symbolic-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
array-length-symbolic.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
array-length-symbolic.cfg Improved out 2020-10-05 22:58:02 +02:00
array-length-symbolic.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
array-length-symbolic.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init-kasm-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
arrays-init-kasm-1.cfg Improved out 2020-10-05 22:58:02 +02:00
arrays-init-kasm-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init-kasm-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init-kasm-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
arrays-init-kasm-0.cfg Improved out 2020-10-05 22:58:02 +02:00
arrays-init-kasm-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init-kasm-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init-short.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
arrays-init-short.cfg Improved out 2020-10-05 22:58:02 +02:00
arrays-init-short.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init-short.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
arrays-init.cfg Improved out 2020-10-05 22:58:02 +02:00
arrays-init.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
arrays-init.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
asm-culling-jmp.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
asm-culling-jmp.cfg Improved out 2020-10-05 22:58:02 +02:00
asm-culling-jmp.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
asm-culling-jmp.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
asm-mnemonic-names.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
asm-mnemonic-names.cfg Improved out 2020-10-05 22:58:02 +02:00
asm-mnemonic-names.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
asm-mnemonic-names.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
asm-uses-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
asm-uses-0.cfg Improved out 2020-10-05 22:58:02 +02:00
asm-uses-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
asm-uses-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
assignment-chained.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
assignment-chained.cfg Improved out 2020-10-05 22:58:02 +02:00
assignment-chained.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
assignment-chained.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
assignment-compound.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
assignment-compound.cfg Improved out 2020-10-05 22:58:02 +02:00
assignment-compound.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
assignment-compound.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
atarixl-md5.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
atarixl-md5.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
atarixl-md5.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
atarixl-md5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
atarixl-md5b.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
atarixl-md5b.cfg Created minimal failing MD5 loop 2020-10-30 21:43:12 +01:00
atarixl-md5b.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
atarixl-md5b.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
atoi-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
atoi-1.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
atoi-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
atoi-1.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
bgblack.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bgblack.cfg Improved out 2020-10-05 22:58:02 +02:00
bgblack.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bgblack.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bitmap-circle-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
bitmap-circle-2.cfg Updated const names to VICII. 2020-12-29 19:37:32 +01:00
bitmap-circle-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
bitmap-circle-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bitmap-circle.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
bitmap-circle.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
bitmap-circle.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
bitmap-circle.sym Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
bitmap-line-anim-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-line-anim-1.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-line-anim-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-line-anim-1.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-line-anim-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-line-anim-2.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-line-anim-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-line-anim-2.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-1.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
bitmap-plot-1.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
bitmap-plot-2.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
bitmap-plot-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:27:50 +02:00
bitmap-plot-2.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
bitmap-plot-3.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-3.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-3.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-3.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-0.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-0.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-0.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plot-0.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
bitmap-plotter.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:38:46 +02:00
bitmap-plotter.cfg Removed support for LValue unary operator low/high <x >x. Added support for LValue BYTE0(), BYTE1(), ..., WORD0(), .... Closes #667 2021-06-11 21:41:01 +02:00
bitmap-plotter.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:38:46 +02:00
bitmap-plotter.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:38:46 +02:00
bitwise-not-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bitwise-not-1.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:02:55 +01:00
bitwise-not-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bitwise-not-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bitwise-not.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bitwise-not.cfg Improved out 2020-10-05 22:58:02 +02:00
bitwise-not.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bitwise-not.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-const.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-const.cfg Improved out 2020-10-05 22:58:02 +02:00
bool-const.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-const.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-function.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-function.cfg Improved out 2020-10-05 22:58:02 +02:00
bool-function.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-function.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-ifs-min.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-ifs-min.cfg Improved out 2020-10-05 22:58:02 +02:00
bool-ifs-min.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-ifs-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-ifs.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-ifs.cfg Improved out 2020-10-05 22:58:02 +02:00
bool-ifs.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-ifs.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-not-operator-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-not-operator-1.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:01:15 +01:00
bool-not-operator-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-not-operator-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-not-operator-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
bool-not-operator-2.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:01:15 +01:00
bool-not-operator-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
bool-not-operator-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bool-nullpointer-exception.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-nullpointer-exception.cfg Improved out 2020-10-05 22:58:02 +02:00
bool-nullpointer-exception.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-nullpointer-exception.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
bool-pointer.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-pointer.cfg Improved out 2020-10-05 22:58:02 +02:00
bool-pointer.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bool-pointer.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
bool-vars.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
bool-vars.cfg Improved out 2020-10-05 22:58:02 +02:00
bool-vars.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
bool-vars.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bresenham.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bresenham.cfg Improved out 2020-10-05 22:58:02 +02:00
bresenham.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bresenham.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bresenhamarr.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
bresenhamarr.cfg Improved out 2020-10-05 22:58:02 +02:00
bresenhamarr.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
bresenhamarr.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c-types.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c-types.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c-types.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c-types.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c64dtv-8bppcharstretch.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-8bppcharstretch.cfg Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
c64dtv-8bppcharstretch.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-8bppcharstretch.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c64dtv-8bppchunkystretch.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-8bppchunkystretch.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
c64dtv-8bppchunkystretch.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-8bppchunkystretch.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c64dtv-blitter-box.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-blitter-box.cfg Improved out 2020-10-05 22:58:02 +02:00
c64dtv-blitter-box.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-blitter-box.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c64dtv-blittermin.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-blittermin.cfg Improved out 2020-10-05 22:58:02 +02:00
c64dtv-blittermin.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
c64dtv-blittermin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c64dtv-color.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
c64dtv-color.cfg Improved out 2020-10-05 22:58:02 +02:00
c64dtv-color.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c64dtv-color.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
c64dtv-gfxexplorer.asm Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
c64dtv-gfxexplorer.cfg Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
c64dtv-gfxexplorer.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
c64dtv-gfxexplorer.sym Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
c64dtv-gfxmodes.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
c64dtv-gfxmodes.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
c64dtv-gfxmodes.log Fixed tests. 2021-05-19 09:01:54 +02:00
c64dtv-gfxmodes.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
call-parameter-autocast.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
call-parameter-autocast.cfg Improved out 2020-10-05 22:58:02 +02:00
call-parameter-autocast.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
call-parameter-autocast.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
callconstparam.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
callconstparam.cfg Improved out 2020-10-05 22:58:02 +02:00
callconstparam.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
callconstparam.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
cast-deref.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cast-deref.cfg Improved out 2020-10-05 22:58:02 +02:00
cast-deref.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-deref.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-not-needed-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cast-not-needed-2.cfg Improved out 2020-10-05 22:58:02 +02:00
cast-not-needed-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-not-needed-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-not-needed-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cast-not-needed-3.cfg Improved out 2020-10-05 22:58:02 +02:00
cast-not-needed-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-not-needed-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-not-needed.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cast-not-needed.cfg Improved out 2020-10-05 22:58:02 +02:00
cast-not-needed.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-not-needed.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-precedence-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cast-precedence-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
cast-precedence-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cast-precedence-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
casting-negative.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
casting-negative.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
casting-negative.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
casting-negative.sym Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
casting.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
casting.cfg Improved out 2020-10-05 22:58:02 +02:00
casting.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
casting.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
chargen.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
chargen.cfg Improved out 2020-10-05 22:58:02 +02:00
chargen.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
chargen.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
chessboard.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
chessboard.cfg Improved out 2020-10-05 22:58:02 +02:00
chessboard.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
chessboard.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
chipset-test.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
chipset-test.cfg Added test for macro-based struct addressing vs. const-pointer based. 2020-10-19 23:59:26 +02:00
chipset-test.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
chipset-test.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cia-timer-cyclecount.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cia-timer-cyclecount.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cia-timer-cyclecount.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cia-timer-cyclecount.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cia-timer-simple.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cia-timer-simple.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cia-timer-simple.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cia-timer-simple.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
circlechars.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
circlechars.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
circlechars.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
circlechars.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
clobber-a-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
clobber-a-problem.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
clobber-a-problem.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
clobber-a-problem.prg
clobber-a-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
clobber-a-problem.vs
coalesce-assignment.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
coalesce-assignment.cfg Improved out 2020-10-05 22:58:02 +02:00
coalesce-assignment.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
coalesce-assignment.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
code-after-return-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
code-after-return-1.cfg Improved out 2020-10-05 22:58:02 +02:00
code-after-return-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
code-after-return-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
code-after-return.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
code-after-return.cfg Improved out 2020-10-05 22:58:02 +02:00
code-after-return.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
code-after-return.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-decl-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comma-decl-2.cfg Improved out 2020-10-05 22:58:02 +02:00
comma-decl-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-decl-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-decl-for.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comma-decl-for.cfg Improved out 2020-10-05 22:58:02 +02:00
comma-decl-for.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-decl-for.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-decl.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comma-decl.cfg Improved out 2020-10-05 22:58:02 +02:00
comma-decl.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-decl.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-expr-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comma-expr-1.cfg Improved out 2020-10-05 22:58:02 +02:00
comma-expr-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-expr-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-expr-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comma-expr-2.cfg Improved out 2020-10-05 22:58:02 +02:00
comma-expr-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-expr-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-expr-for.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comma-expr-for.cfg Improved out 2020-10-05 22:58:02 +02:00
comma-expr-for.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comma-expr-for.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comparison-rewriting-pointer.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comparison-rewriting-pointer.cfg Improved out 2020-10-05 22:58:02 +02:00
comparison-rewriting-pointer.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comparison-rewriting-pointer.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comparison-rewriting.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
comparison-rewriting.cfg Improved out 2020-10-05 22:58:02 +02:00
comparison-rewriting.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
comparison-rewriting.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
complex-conditional-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
complex-conditional-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
complex-conditional-problem.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
complex-conditional-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
condition-integer-1.cfg Improved out 2020-10-05 22:58:02 +02:00
condition-integer-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-2.asm optimized fragments. 2021-02-17 23:35:01 +01:00
condition-integer-2.cfg Improved out 2020-10-05 22:58:02 +02:00
condition-integer-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
condition-integer-3.cfg Improved out 2020-10-05 22:58:02 +02:00
condition-integer-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-4.asm optimized fragments. 2021-02-17 23:35:01 +01:00
condition-integer-4.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
condition-integer-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
condition-integer-0.cfg Improved out 2020-10-05 22:58:02 +02:00
condition-integer-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-integer-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-type-mismatch.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
condition-type-mismatch.cfg Improved out 2020-10-05 22:58:02 +02:00
condition-type-mismatch.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
condition-type-mismatch.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
consolidate-array-index-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
consolidate-array-index-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
consolidate-array-index-problem.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
consolidate-array-index-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
consolidate-constant-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
consolidate-constant-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
consolidate-constant-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
consolidate-constant-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-bool-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-bool-0.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:01:15 +01:00
const-bool-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-bool-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-condition.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-condition.cfg Improved out 2020-10-05 22:58:02 +02:00
const-condition.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-condition.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-declaration.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-declaration.cfg Improved out 2020-10-05 22:58:02 +02:00
const-declaration.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-declaration.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-early-identification.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
const-early-identification.cfg Improved out 2020-10-05 22:58:02 +02:00
const-early-identification.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
const-early-identification.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-identification.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
const-identification.cfg Improved out 2020-10-05 22:58:02 +02:00
const-identification.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
const-identification.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-if-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-if-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
const-if-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-if-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-int-cast-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-int-cast-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
const-int-cast-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-int-cast-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-mult-div.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-mult-div.cfg Improved out 2020-10-05 22:58:02 +02:00
const-mult-div.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-mult-div.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-param.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-param.cfg Improved out 2020-10-05 22:58:02 +02:00
const-param.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-param.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-parenthesis.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-parenthesis.cfg Improved out 2020-10-05 22:58:02 +02:00
const-parenthesis.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-parenthesis.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-pointer.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-pointer.cfg Improved out 2020-10-05 22:58:02 +02:00
const-pointer.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-pointer.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-signed-promotion.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
const-signed-promotion.cfg Improved out 2020-10-05 22:58:02 +02:00
const-signed-promotion.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-signed-promotion.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-volatile-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
const-volatile-problem.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
const-volatile-problem.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
const-volatile-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
const-word-pointer.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
const-word-pointer.cfg Improved out 2020-10-05 22:58:02 +02:00
const-word-pointer.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
const-word-pointer.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constabsmin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
constabsmin.cfg Improved out 2020-10-05 22:58:02 +02:00
constabsmin.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constabsmin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constant-string-concat-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
constant-string-concat-0.cfg Improved out 2020-10-05 22:58:02 +02:00
constant-string-concat-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constant-string-concat-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constant-string-concat.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
constant-string-concat.cfg Improved out 2020-10-05 22:58:02 +02:00
constant-string-concat.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constant-string-concat.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constantmin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
constantmin.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
constantmin.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constantmin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constants.asm Added "c64-" prefix on all C64-only libraries. 2021-02-04 09:18:27 +01:00
constants.cfg Improved out 2020-10-05 22:58:02 +02:00
constants.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
constants.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constref-not-literal-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
constref-not-literal-problem.cfg Fixed problem problem where constant references are not literal. Closes #540 2020-10-12 19:59:07 +02:00
constref-not-literal-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
constref-not-literal-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cordic-atan2-16-ref.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 07:57:15 +02:00
cordic-atan2-16-ref.cfg Improved out 2020-10-05 22:58:02 +02:00
cordic-atan2-16-ref.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 07:57:15 +02:00
cordic-atan2-16-ref.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cordic-atan2-16.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cordic-atan2-16.cfg Improved out 2020-10-05 22:58:02 +02:00
cordic-atan2-16.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cordic-atan2-16.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cordic-atan2-clear.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cordic-atan2-clear.cfg Improved out 2020-10-05 22:58:02 +02:00
cordic-atan2-clear.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cordic-atan2-clear.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cordic-atan2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
cordic-atan2.cfg Improved out 2020-10-05 22:58:02 +02:00
cordic-atan2.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
cordic-atan2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-45gs02-addressing-modes.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-45gs02-addressing-modes.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-45gs02-addressing-modes.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-45gs02-addressing-modes.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-45gs02.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-45gs02.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-45gs02.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
cpu-45gs02.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
cpu-65c02-addressing-modes.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-65c02-addressing-modes.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-65c02-addressing-modes.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-65c02-addressing-modes.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
cpu-65c02.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
cpu-65c02.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-65c02.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
cpu-65c02.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-65ce02-addressing-modes.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-65ce02-addressing-modes.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-65ce02-addressing-modes.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-65ce02-addressing-modes.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-65ce02-b.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-65ce02-b.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-65ce02-b.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-65ce02-b.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-65ce02-eightqueens.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 07:57:15 +02:00
cpu-65ce02-eightqueens.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-65ce02-eightqueens.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 07:57:15 +02:00
cpu-65ce02-eightqueens.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 07:57:15 +02:00
cpu-65ce02.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
cpu-65ce02.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-65ce02.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
cpu-65ce02.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-6502-addressing-modes.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-6502-addressing-modes.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-6502-addressing-modes.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-6502-addressing-modes.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
cpu-6502.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cpu-6502.cfg Improved out 2020-10-05 22:58:02 +02:00
cpu-6502.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cpu-6502.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cstyle-decl-function-intrinsic.asm Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
cstyle-decl-function-intrinsic.cfg Improved out 2020-10-05 22:58:02 +02:00
cstyle-decl-function-intrinsic.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
cstyle-decl-function-intrinsic.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
cstyle-decl-function.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cstyle-decl-function.cfg Improved out 2020-10-05 22:58:02 +02:00
cstyle-decl-function.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cstyle-decl-function.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cstyle-decl-var-multiple.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cstyle-decl-var-multiple.cfg Improved out 2020-10-05 22:58:02 +02:00
cstyle-decl-var-multiple.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cstyle-decl-var-multiple.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cstyle-decl-var.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
cstyle-decl-var.cfg Improved out 2020-10-05 22:58:02 +02:00
cstyle-decl-var.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
cstyle-decl-var.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
danny-joystick-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
danny-joystick-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
danny-joystick-problem.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
danny-joystick-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
declared-memory-var-1.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
declared-memory-var-2.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
declared-memory-var-3.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
declared-memory-var-4.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-5.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
declared-memory-var-5.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-5.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-6.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
declared-memory-var-6.cfg Improved support for declaring pointers located on zero-page. __address(0xfc) char * zp2. #554 2020-11-02 01:18:03 +01:00
declared-memory-var-6.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
declared-memory-var-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-7.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
declared-memory-var-7.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-7.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
declared-memory-var-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-8.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
declared-memory-var-8.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-8.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
declared-memory-var-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
declared-memory-var-0.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-memory-var-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-memory-var-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
declared-ssa-var-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
declared-ssa-var-0.cfg Improved out 2020-10-05 22:58:02 +02:00
declared-ssa-var-0.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
declared-ssa-var-0.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
deep-nesting.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
deep-nesting.cfg Improved out 2020-10-05 22:58:02 +02:00
deep-nesting.log Fixed tests. 2021-05-19 09:01:54 +02:00
deep-nesting.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
default-font.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
default-font.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
default-font.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
default-font.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
deref-to-derefidx-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
deref-to-derefidx-2.cfg Improved out 2020-10-05 22:58:02 +02:00
deref-to-derefidx-2.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
deref-to-derefidx-2.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
deref-to-derefidx.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
deref-to-derefidx.cfg Improved out 2020-10-05 22:58:02 +02:00
deref-to-derefidx.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
deref-to-derefidx.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
derefidx-word-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
derefidx-word-1.cfg Improved out 2020-10-05 22:58:02 +02:00
derefidx-word-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
derefidx-word-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
derefidx-word-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
derefidx-word-2.cfg Improved out 2020-10-05 22:58:02 +02:00
derefidx-word-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
derefidx-word-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
derefidx-word-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
derefidx-word-0.cfg Improved out 2020-10-05 22:58:02 +02:00
derefidx-word-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
derefidx-word-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
divide-2s.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
divide-2s.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
divide-2s.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
divide-2s.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
double-assignment.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
double-assignment.cfg Improved out 2020-10-05 22:58:02 +02:00
double-assignment.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
double-assignment.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
double-import.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
double-import.cfg Improved out 2020-10-05 22:58:02 +02:00
double-import.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
double-import.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
double-indexing-arrays.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
double-indexing-arrays.cfg Improved out 2020-10-05 22:58:02 +02:00
double-indexing-arrays.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
double-indexing-arrays.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
duplicate-loop-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
duplicate-loop-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
duplicate-loop-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
duplicate-loop-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
dword.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
dword.cfg Improved out 2020-10-05 22:58:02 +02:00
dword.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
dword.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
empty-function-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
empty-function-1.cfg Improved out 2020-10-05 22:58:02 +02:00
empty-function-1.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
empty-function-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
empty-function-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
empty-function-2.cfg Improved out 2020-10-05 22:58:02 +02:00
empty-function-2.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
empty-function-2.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
empty-function-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
empty-function-0.cfg Improved out 2020-10-05 22:58:02 +02:00
empty-function-0.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
empty-function-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
emptyblock-error.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
emptyblock-error.cfg Improved out 2020-10-05 22:58:02 +02:00
emptyblock-error.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
emptyblock-error.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
encoding-atascii.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
encoding-atascii.cfg Improved out 2020-10-05 22:58:02 +02:00
encoding-atascii.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
encoding-atascii.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
encoding-literal-char.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
encoding-literal-char.cfg Improved out 2020-10-05 22:58:02 +02:00
encoding-literal-char.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
encoding-literal-char.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-1.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-2.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-3.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-4.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-5.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-5.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-5.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-6.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-6.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-6.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-7.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-8.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-8.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-8.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
enum-0.cfg Improved out 2020-10-05 22:58:02 +02:00
enum-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
enum-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
euclid-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
euclid-3.cfg Improved out 2020-10-05 22:58:02 +02:00
euclid-3.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
euclid-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
euclid-problem-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
euclid-problem-2.cfg Improved out 2020-10-05 22:58:02 +02:00
euclid-problem-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
euclid-problem-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
euclid-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
euclid-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
euclid-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
euclid-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fastmultiply-127.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fastmultiply-127.cfg Improved out 2020-10-05 22:58:02 +02:00
fastmultiply-127.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fastmultiply-127.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fibmem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
fibmem.cfg Improved out 2020-10-05 22:58:02 +02:00
fibmem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fibmem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fill-square.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
fill-square.cfg Improved out 2020-10-05 22:58:02 +02:00
fill-square.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
fill-square.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fillscreen-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
fillscreen-1.cfg Improved out 2020-10-05 22:58:02 +02:00
fillscreen-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fillscreen-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fillscreen-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
fillscreen-2.cfg Improved out 2020-10-05 22:58:02 +02:00
fillscreen-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fillscreen-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fillscreen-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
fillscreen-3.cfg Improved out 2020-10-05 22:58:02 +02:00
fillscreen-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fillscreen-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
flipper-rex2.asm optimized fragments. 2021-02-17 23:35:01 +01:00
flipper-rex2.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
flipper-rex2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
flipper-rex2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
font-hex-show.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
font-hex-show.cfg Improved out 2020-10-05 22:58:02 +02:00
font-hex-show.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
font-hex-show.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-empty-increment.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
for-empty-increment.cfg Improved out 2020-10-05 22:58:02 +02:00
for-empty-increment.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-empty-increment.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-empty-init.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
for-empty-init.cfg Improved out 2020-10-05 22:58:02 +02:00
for-empty-init.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-empty-init.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-ever-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
for-ever-2.cfg Improved out 2020-10-05 22:58:02 +02:00
for-ever-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-ever-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-ever.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
for-ever.cfg Improved out 2020-10-05 22:58:02 +02:00
for-ever.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-ever.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-two-vars.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
for-two-vars.cfg Improved out 2020-10-05 22:58:02 +02:00
for-two-vars.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
for-two-vars.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
forced-zeropage.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
forced-zeropage.cfg Improved out 2020-10-05 22:58:02 +02:00
forced-zeropage.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
forced-zeropage.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
forclassicmin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
forclassicmin.cfg Improved out 2020-10-05 22:58:02 +02:00
forclassicmin.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
forclassicmin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
forincrementassign.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
forincrementassign.cfg Improved out 2020-10-05 22:58:02 +02:00
forincrementassign.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
forincrementassign.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
forrangedwords.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
forrangedwords.cfg Improved out 2020-10-05 22:58:02 +02:00
forrangedwords.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
forrangedwords.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
forrangemin.asm Converted ranged for to use declarator. Removed support for ranged for without type. #121 2021-05-02 17:39:07 +02:00
forrangemin.cfg Converted ranged for to use declarator. Removed support for ranged for without type. #121 2021-05-02 17:39:07 +02:00
forrangemin.log Converted ranged for to use declarator. Removed support for ranged for without type. #121 2021-05-02 17:39:07 +02:00
forrangemin.sym Converted ranged for to use declarator. Removed support for ranged for without type. #121 2021-05-02 17:39:07 +02:00
forrangesymbolic.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
forrangesymbolic.cfg Improved out 2020-10-05 22:58:02 +02:00
forrangesymbolic.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
forrangesymbolic.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fragment-synth.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
fragment-synth.cfg Improved out 2020-10-05 22:58:02 +02:00
fragment-synth.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
fragment-synth.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
fragment-variations.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
fragment-variations.cfg Improved out 2020-10-05 22:58:02 +02:00
fragment-variations.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
fragment-variations.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
fragments-assignment-binary-_deref_pbuc1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-_deref_pbuz1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuaa.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuxx.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuyy.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuz1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuaa.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuc1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuxx.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuyy.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuz1.log
fragments-assignment-binary-pbuz1_derefidx_vbuz2.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-vbuaa.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-vbuxx.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-vbuyy.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary-vbuz1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-binary.log
fragments-assignment-copy.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-assignment-unary.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
fragments-complex.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
function-as-array.asm
function-as-array.cfg
function-as-array.log
function-as-array.sym
function-pointer-noarg-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
function-pointer-noarg-2.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-2.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
function-pointer-noarg-3.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-3.cfg Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
function-pointer-noarg-3.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
function-pointer-noarg-call-2.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-3.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-call-3.cfg Added BYTE0/1/2/3 support in ilist initializers. #221 2021-04-05 02:02:30 +02:00
function-pointer-noarg-call-3.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-call-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
function-pointer-noarg-call-4.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-4.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
function-pointer-noarg-call-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-5.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-call-5.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-5.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-call-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-6.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
function-pointer-noarg-call-6.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
function-pointer-noarg-call-6.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
function-pointer-noarg-call-6.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
function-pointer-noarg-call-7.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-7.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-7.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-8.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-8.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-8.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-9.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-9.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-9.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-10.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-10.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-10.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-10.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-11.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
function-pointer-noarg-call-11.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-11.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-11.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-12.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-call-12.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call-12.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-noarg-call-12.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-13.asm Introduced KickAss XEX format modifier plugin https://gitlab.com/jespergravgaard/kickass-plugin-atari-xex. Changed #pragma pc() to #pragma start_address(). Added start_address to .TGT platform file. Closes #571 2020-11-15 02:15:48 +01:00
function-pointer-noarg-call-13.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-13.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
function-pointer-noarg-call-13.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
function-pointer-noarg-call-14.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
function-pointer-noarg-call-14.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call-14.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
function-pointer-noarg-call-14.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
function-pointer-noarg-call.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg-call.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg-call.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-noarg.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
function-pointer-noarg.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-noarg.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
function-pointer-noarg.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-param-workaround.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-param-workaround.cfg Added example of work-around for passing parameters to call by pointer function. 2021-04-06 21:58:12 +02:00
function-pointer-param-workaround.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
function-pointer-param-workaround.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-problem-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
function-pointer-problem-1.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-problem-1.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
function-pointer-problem-1.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
function-pointer-return.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
function-pointer-return.cfg Improved out 2020-10-05 22:58:02 +02:00
function-pointer-return.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
function-pointer-return.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
gfxbank.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
gfxbank.cfg Improved out 2020-10-05 22:58:02 +02:00
gfxbank.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
gfxbank.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
global-label-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
global-label-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
global-label-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
global-label-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
global-pc-multiple.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
global-pc-multiple.cfg Improved out 2020-10-05 22:58:02 +02:00
global-pc-multiple.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
global-pc-multiple.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
global-pc.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
global-pc.cfg Improved out 2020-10-05 22:58:02 +02:00
global-pc.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
global-pc.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
halfscii.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
halfscii.cfg Improved out 2020-10-05 22:58:02 +02:00
halfscii.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
halfscii.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
helloworld2-inline.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
helloworld2-inline.cfg Improved out 2020-10-05 22:58:02 +02:00
helloworld2-inline.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
helloworld2-inline.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
helloworld2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
helloworld2.cfg Improved out 2020-10-05 22:58:02 +02:00
helloworld2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
helloworld2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
helloworld0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
helloworld0.cfg Improved out 2020-10-05 22:58:02 +02:00
helloworld0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
helloworld0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
hex2dec-ptrptr.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
hex2dec-ptrptr.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
hex2dec-ptrptr.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
hex2dec-ptrptr.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
hex2dec.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
hex2dec.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
hex2dec.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
hex2dec.sym Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
ifmin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ifmin.cfg Improved out 2020-10-05 22:58:02 +02:00
ifmin.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ifmin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
immzero.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
immzero.cfg Improved out 2020-10-05 22:58:02 +02:00
immzero.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
immzero.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
importing.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
importing.cfg Improved out 2020-10-05 22:58:02 +02:00
importing.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
importing.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
incd020-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
incd020-2.cfg Improved out 2020-10-05 22:58:02 +02:00
incd020-2.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
incd020-2.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
incd020.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
incd020.cfg Improved out 2020-10-05 22:58:02 +02:00
incd020.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
incd020.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
include-define.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
include-define.cfg Improved out 2020-10-05 22:58:02 +02:00
include-define.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
include-define.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
incrementinarray.asm Added "c64-" prefix on all C64-only libraries. 2021-02-04 09:18:27 +01:00
incrementinarray.cfg Improved out 2020-10-05 22:58:02 +02:00
incrementinarray.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
incrementinarray.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-1.cfg Improved out 2020-10-05 22:58:02 +02:00
index-pointer-rewrite-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-2.cfg Improved out 2020-10-05 22:58:02 +02:00
index-pointer-rewrite-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-3.cfg Improved out 2020-10-05 22:58:02 +02:00
index-pointer-rewrite-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-4.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
index-pointer-rewrite-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-5.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-5.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
index-pointer-rewrite-5.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-6.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-6.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
index-pointer-rewrite-6.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-7.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
index-pointer-rewrite-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-8.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-8.cfg Improved out 2020-10-05 22:58:02 +02:00
index-pointer-rewrite-8.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-9.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-9.cfg Improved out 2020-10-05 22:58:02 +02:00
index-pointer-rewrite-9.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
index-pointer-rewrite-0.cfg Improved out 2020-10-05 22:58:02 +02:00
index-pointer-rewrite-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-pointer-rewrite-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-sizeof-reuse-2.asm Updated const names to VICII. 2020-12-30 01:55:04 +01:00
index-sizeof-reuse-2.cfg Updated const names to VICII. 2020-12-30 01:55:04 +01:00
index-sizeof-reuse-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-sizeof-reuse-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-sizeof-reuse.asm Updated const names to VICII. 2020-12-30 01:55:04 +01:00
index-sizeof-reuse.cfg Updated const names to VICII. 2020-12-30 01:55:04 +01:00
index-sizeof-reuse.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
index-sizeof-reuse.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
infloop-error.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
infloop-error.cfg Improved out 2020-10-05 22:58:02 +02:00
infloop-error.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
infloop-error.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
init-value-npe.asm Fixed problem with NPE when removing unused code can leave global constants referencing removed variables. Closes #650 2021-04-21 19:34:18 +02:00
init-value-npe.cfg Fixed problem with NPE when removing unused code can leave global constants referencing removed variables. Closes #650 2021-04-21 19:34:18 +02:00
init-value-npe.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
init-value-npe.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
init-volatiles.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
init-volatiles.cfg Improved out 2020-10-05 22:58:02 +02:00
init-volatiles.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
init-volatiles.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
initializer-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
initializer-1.cfg Improved out 2020-10-05 22:58:02 +02:00
initializer-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
initializer-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
initializer-2.cfg Improved out 2020-10-05 22:58:02 +02:00
initializer-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-3.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
initializer-3.cfg Improved out 2020-10-05 22:58:02 +02:00
initializer-3.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
initializer-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
initializer-4.cfg Improved out 2020-10-05 22:58:02 +02:00
initializer-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-5.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
initializer-5.cfg Improved out 2020-10-05 22:58:02 +02:00
initializer-5.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
initializer-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
initializer-0.cfg Improved out 2020-10-05 22:58:02 +02:00
initializer-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
initializer-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-clobber-none.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-clobber-none.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-clobber-none.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-clobber-none.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
inline-asm-clobber.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-clobber.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-clobber.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-clobber.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-jsr-clobber.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-jsr-clobber.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-jsr-clobber.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-jsr-clobber.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
inline-asm-label.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-label.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-label.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-label.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-ma-var.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-asm-ma-var.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-ma-var.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-asm-ma-var.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-optimized.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-optimized.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-optimized.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-optimized.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-param.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-param.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-param.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-param.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-ref-scoped.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-ref-scoped.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-ref-scoped.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-ref-scoped.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
inline-asm-refout-const.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-refout-const.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-refout-const.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-refout-const.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-refout-var.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-refout-var.cfg Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
inline-asm-refout-var.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-refout-var.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-refout.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm-refout.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm-refout.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-refout.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-uses-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-asm-uses-1.cfg Fixed problem where Variable used inside ASM is optimized to a constant. 2021-01-17 12:59:41 +01:00
inline-asm-uses-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-asm-uses-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm-uses-problem-2.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-asm-uses-problem-2.cfg Added test refs. 2020-11-02 11:07:29 +01:00
inline-asm-uses-problem-2.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-asm-uses-problem-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-asm.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-asm.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-asm.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
inline-assignment.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-assignment.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-assignment.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-assignment.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-dword-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-dword-0.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-dword-0.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-dword-0.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-function-if.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-function-if.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-function-if.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function-if.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function-level2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
inline-function-level2.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
inline-function-level2.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
inline-function-level2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function-min.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-function-min.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-function-min.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function-print.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-function-print.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-function-print.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function-print.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-function.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-function.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-function.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-clobber.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-kasm-clobber.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-kasm-clobber.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-clobber.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-data.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-kasm-data.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-kasm-data.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-kasm-data.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-loop.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-kasm-loop.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-kasm-loop.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-loop.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-refout.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-kasm-refout.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-kasm-refout.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-refout.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-resource.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-kasm-resource.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-kasm-resource.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kasm-resource.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kickasm-uses-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-kickasm-uses-problem.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-kickasm-uses-problem.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-kickasm-uses-problem.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-pointer-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-pointer-1.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-pointer-1.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
inline-pointer-1.sym Updated test data. Added borderline pacman example. 2021-03-28 08:58:48 +02:00
inline-pointer-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-pointer-2.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-pointer-2.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
inline-pointer-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-pointer-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-pointer-0.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-pointer-0.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
inline-pointer-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-string-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-string-2.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-string-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-string-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-string-3.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
inline-string-3.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-string-3.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
inline-string-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-string-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-string-4.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-string-4.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-string-4.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-string.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-string.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-string.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-string.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-word-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-word-1.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-word-1.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-word-1.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-word-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-word-2.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-word-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-word-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inline-word-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inline-word-0.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-word-0.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-word-0.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inline-word.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-word.cfg Improved out 2020-10-05 22:58:02 +02:00
inline-word.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
inline-word.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inlinearrayproblem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inlinearrayproblem.cfg Improved out 2020-10-05 22:58:02 +02:00
inlinearrayproblem.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inlinearrayproblem.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
inmem-const-array.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inmem-const-array.cfg Improved out 2020-10-05 22:58:02 +02:00
inmem-const-array.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inmem-const-array.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inmemarray.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inmemarray.cfg Improved out 2020-10-05 22:58:02 +02:00
inmemarray.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inmemarray.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inmemstring.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inmemstring.cfg Improved out 2020-10-05 22:58:02 +02:00
inmemstring.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inmemstring.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inner-increment-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inner-increment-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
inner-increment-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inner-increment-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inner-index-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
inner-index-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
inner-index-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
inner-index-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
int-conversion.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
int-conversion.cfg Improved out 2020-10-05 22:58:02 +02:00
int-conversion.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
int-conversion.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
int-literals.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
int-literals.cfg Improved out 2020-10-05 22:58:02 +02:00
int-literals.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
int-literals.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
interrupt-volatile-reuse-problem1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
interrupt-volatile-reuse-problem1.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
interrupt-volatile-reuse-problem1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
interrupt-volatile-reuse-problem1.prg
interrupt-volatile-reuse-problem1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
interrupt-volatile-reuse-problem1.vs
interrupt-volatile-reuse-problem2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
interrupt-volatile-reuse-problem2.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
interrupt-volatile-reuse-problem2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
interrupt-volatile-reuse-problem2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware-clobber-jsr.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware-clobber-jsr.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware-clobber-jsr.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware-clobber-jsr.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware-clobber.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware-clobber.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware-clobber.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware-clobber.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware-stack.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware-stack.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware-stack.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware-stack.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-hardware.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-hardware.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-idx-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
irq-idx-problem.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-idx-problem.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
irq-idx-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-kernel-minimal.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
irq-kernel-minimal.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
irq-kernel-minimal.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-kernel-minimal.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-kernel.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-kernel.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-kernel.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-kernel.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-local-var-overlap-problem.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-local-var-overlap-problem.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-local-var-overlap-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-local-var-overlap-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-pragma.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
irq-pragma.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
irq-pragma.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
irq-pragma.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-raster.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-raster.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-raster.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-raster.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-volatile-bool-problem.asm Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-volatile-bool-problem.cfg Renamed VICII_CONTROL to VICII_CONTROL1. 2021-02-07 16:14:44 +01:00
irq-volatile-bool-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
irq-volatile-bool-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
issue-594-case.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
issue-594-case.cfg add reference files for issue-594-case.c 2020-12-05 22:55:23 -05:00
issue-594-case.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
issue-594-case.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
iterarray.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
iterarray.cfg Improved out 2020-10-05 22:58:02 +02:00
iterarray.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
iterarray.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
kc-ka-string-encoding.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
kc-ka-string-encoding.cfg Improved out 2020-10-05 22:58:02 +02:00
kc-ka-string-encoding.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
kc-ka-string-encoding.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
keyboard-glitch.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
keyboard-glitch.cfg Improved out 2020-10-05 22:58:02 +02:00
keyboard-glitch.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
keyboard-glitch.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
kickasm-uses-prevent-deletion.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
kickasm-uses-prevent-deletion.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
kickasm-uses-prevent-deletion.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
kickasm-uses-prevent-deletion.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
library-constructor-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
library-constructor-1.cfg Improved out 2020-10-05 22:58:02 +02:00
library-constructor-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
library-constructor-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
library-constructor-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
library-constructor-2.cfg Improved out 2020-10-05 22:58:02 +02:00
library-constructor-2.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
library-constructor-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
library-constructor-3.asm Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
library-constructor-3.cfg Improved out 2020-10-05 22:58:02 +02:00
library-constructor-3.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
library-constructor-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
line-anim.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
line-anim.cfg Updated const names to VICII. 2020-12-29 19:37:32 +01:00
line-anim.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
line-anim.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
linegen.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
linegen.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
linegen.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
linegen.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literal-char-minus-number.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
literal-char-minus-number.cfg Improved out 2020-10-05 22:58:02 +02:00
literal-char-minus-number.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literal-char-minus-number.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literal-strings.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
literal-strings.cfg Improved out 2020-10-05 22:58:02 +02:00
literal-strings.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literal-strings.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literal-word-pointer-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
literal-word-pointer-0.cfg Improved out 2020-10-05 22:58:02 +02:00
literal-word-pointer-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literal-word-pointer-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literals.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
literals.cfg Improved out 2020-10-05 22:58:02 +02:00
literals.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
literals.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-1.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-2.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-3.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-3.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-3.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-4.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-4.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-4.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-5.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-5.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-5.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
liverange-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-6.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-6.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-6.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-7.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-8.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-8.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-8.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-9.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-9.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-9.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-10.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
liverange-10.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-10.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
liverange-10.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange-call-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-call-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-call-problem.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
liverange-call-problem.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
liverange-problem-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-problem-0.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange-problem-0.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange-problem-0.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
liverange.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
liverange.cfg Improved out 2020-10-05 22:58:02 +02:00
liverange.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
liverange.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
local-string.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
local-string.cfg Improved out 2020-10-05 22:58:02 +02:00
local-string.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
local-string.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
localscope-loops.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
localscope-loops.cfg Improved out 2020-10-05 22:58:02 +02:00
localscope-loops.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
localscope-loops.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
localscope-simple.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
localscope-simple.cfg Improved out 2020-10-05 22:58:02 +02:00
localscope-simple.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
localscope-simple.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
long-pointer-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
long-pointer-0.cfg Improved out 2020-10-05 22:58:02 +02:00
long-pointer-0.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
long-pointer-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
longbranch-interrupt-problem.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
longbranch-interrupt-problem.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
longbranch-interrupt-problem.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
longbranch-interrupt-problem.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
longjump.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
longjump.cfg Improved out 2020-10-05 22:58:02 +02:00
longjump.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
longjump.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
longjump2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
longjump2.cfg Improved out 2020-10-05 22:58:02 +02:00
longjump2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
longjump2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-break-continue.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-break-continue.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-break-continue.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-break-continue.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-break-nested.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
loop-break-nested.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
loop-break-nested.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
loop-break-nested.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
loop-break.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-break.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
loop-break.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-break.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-continue.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-continue.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
loop-continue.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-continue.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-for-continue.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-for-continue.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-for-continue.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-for-continue.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-for-empty-body.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-for-empty-body.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-for-empty-body.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-for-empty-body.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-for-sideeffect.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-for-sideeffect.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-for-sideeffect.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-for-sideeffect.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-memset-min.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-memset-min.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-memset-min.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-memset-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-problem2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
loop-problem2.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-problem2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
loop-problem2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-problem3.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
loop-problem3.cfg Fixed problem where nested infinite loop produces wrong block sequence. Closes #547 2020-10-18 17:46:09 +02:00
loop-problem3.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
loop-problem3.sym Fixed problem where nested infinite loop produces wrong block sequence. Closes #547 2020-10-18 17:46:09 +02:00
loop-while-continue.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-while-continue.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
loop-while-continue.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-while-continue.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-while-min.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-while-min.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-while-min.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-while-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-while-sideeffect.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop-while-sideeffect.cfg Improved out 2020-10-05 22:58:02 +02:00
loop-while-sideeffect.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop-while-sideeffect.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loop100.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop100.cfg Improved out 2020-10-05 22:58:02 +02:00
loop100.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loop100.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
loophead-problem-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
loophead-problem-2.cfg Improved out 2020-10-05 22:58:02 +02:00
loophead-problem-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
loophead-problem-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loophead-problem-3.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
loophead-problem-3.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
loophead-problem-3.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
loophead-problem-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loophead-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loophead-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
loophead-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loophead-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loophead-trivial-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loophead-trivial-1.cfg Fixed problem caused when the same resource is decalred twice in inline kickasm. Closes #537 2020-10-11 15:47:10 +02:00
loophead-trivial-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loophead-trivial-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopmin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loopmin.cfg Improved out 2020-10-05 22:58:02 +02:00
loopmin.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loopmin.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
loopnest.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loopnest.cfg Improved out 2020-10-05 22:58:02 +02:00
loopnest.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopnest.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopnest2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loopnest2.cfg Improved out 2020-10-05 22:58:02 +02:00
loopnest2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopnest2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopnest3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loopnest3.cfg Improved out 2020-10-05 22:58:02 +02:00
loopnest3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopnest3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopsplit.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
loopsplit.cfg Improved out 2020-10-05 22:58:02 +02:00
loopsplit.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
loopsplit.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ma_coalesce_problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
ma_coalesce_problem.cfg Improved out 2020-10-05 22:58:02 +02:00
ma_coalesce_problem.log Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
ma_coalesce_problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
malloc-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
malloc-1.cfg Improved out 2020-10-05 22:58:02 +02:00
malloc-1.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
malloc-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
malloc-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
malloc-0.cfg Improved out 2020-10-05 22:58:02 +02:00
malloc-0.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
malloc-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
mem-alignment.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
mem-alignment.cfg Improved out 2020-10-05 22:58:02 +02:00
mem-alignment.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
mem-alignment.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
memcpy-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
memcpy-1.cfg Improved out 2020-10-05 22:58:02 +02:00
memcpy-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
memcpy-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
memcpy-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
memcpy-0.cfg Improved out 2020-10-05 22:58:02 +02:00
memcpy-0.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
memcpy-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
memory-heap.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
memory-heap.cfg Improved out 2020-10-05 22:58:02 +02:00
memory-heap.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
memory-heap.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
min-fmul-16.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
min-fmul-16.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
min-fmul-16.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
min-fmul-16.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
minus-precedence-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
minus-precedence-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
minus-precedence-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
minus-precedence-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
missing-band.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
missing-band.cfg Added missing fragments for Janne Johansson. Closes #293 2020-12-06 01:56:33 +01:00
missing-band.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
missing-band.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
mixed-array-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
mixed-array-1.cfg Improved out 2020-10-05 22:58:02 +02:00
mixed-array-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
mixed-array-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
mixed-array-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
mixed-array-0.cfg Improved out 2020-10-05 22:58:02 +02:00
mixed-array-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
mixed-array-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
modglobal.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
modglobal.cfg Improved out 2020-10-05 22:58:02 +02:00
modglobal.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
modglobal.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
modglobalmin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
modglobalmin.cfg Improved out 2020-10-05 22:58:02 +02:00
modglobalmin.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
modglobalmin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
mul8u-min.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
mul8u-min.cfg Improved out 2020-10-05 22:58:02 +02:00
mul8u-min.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
mul8u-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
multiply-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
multiply-1.cfg Improved out 2020-10-05 22:58:02 +02:00
multiply-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
multiply-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
multiply-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
multiply-2.cfg Improved out 2020-10-05 22:58:02 +02:00
multiply-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
multiply-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
multiply-2s.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
multiply-2s.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
multiply-2s.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
multiply-2s.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
multiply-16bit-const.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
multiply-16bit-const.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
multiply-16bit-const.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
multiply-16bit-const.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
multiply-ns.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
multiply-ns.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
multiply-ns.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
multiply-ns.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
nes-array.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
nes-array.cfg Improved out 2020-10-05 22:58:02 +02:00
nes-array.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
nes-array.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
no-recursion-heavy.asm optimized fragments. 2021-02-17 23:35:01 +01:00
no-recursion-heavy.cfg Improved out 2020-10-05 22:58:02 +02:00
no-recursion-heavy.log optimized fragments. 2021-02-17 23:35:01 +01:00
no-recursion-heavy.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
nomodify-3.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
nomodify-3.cfg Improved out 2020-10-05 22:58:02 +02:00
nomodify-3.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
nomodify-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
nomodify-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
nomodify-4.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
nomodify-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
nomodify-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
noop-cast-elimination.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
noop-cast-elimination.cfg Improved out 2020-10-05 22:58:02 +02:00
noop-cast-elimination.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
noop-cast-elimination.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
norom-charset.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
norom-charset.cfg Updated const names to VICII. 2020-12-30 01:55:04 +01:00
norom-charset.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
norom-charset.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
npe-problem-0.asm Fixed support for address-of on arrays. Closes #662 2021-05-14 00:01:58 +02:00
npe-problem-0.cfg Fixed support for address-of on arrays. Closes #662 2021-05-14 00:01:58 +02:00
npe-problem-0.log Fixed support for address-of on arrays. Closes #662 2021-05-14 00:01:58 +02:00
npe-problem-0.sym Fixed support for address-of on arrays. Closes #662 2021-05-14 00:01:58 +02:00
number-conversion.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
number-conversion.cfg Improved out 2020-10-05 22:58:02 +02:00
number-conversion.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-conversion.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-inference-sum.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
number-inference-sum.cfg Improved out 2020-10-05 22:58:02 +02:00
number-inference-sum.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-inference-sum.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-ternary-fail-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
number-ternary-fail-2.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:01:15 +01:00
number-ternary-fail-2.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
number-ternary-fail-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-ternary-fail-3.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
number-ternary-fail-3.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:01:15 +01:00
number-ternary-fail-3.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
number-ternary-fail-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-ternary-fail.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
number-ternary-fail.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:01:15 +01:00
number-ternary-fail.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-ternary-fail.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-type.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
number-type.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
number-type.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
number-type.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
operator-byte1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte1.cfg Added BYTE0/1/2/3 support in ilist initializers. #221 2021-04-05 02:02:30 +02:00
operator-byte1.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
operator-byte2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte2.cfg Added BYTE0/1/2/3 support in ilist initializers. #221 2021-04-05 02:02:30 +02:00
operator-byte2.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
operator-byte3.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte3.cfg Added BYTE0/1/2/3 support in ilist initializers. #221 2021-04-05 02:02:30 +02:00
operator-byte3.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
operator-byte0-initializer.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte0-initializer.cfg Added BYTE0/1/2/3 support in ilist initializers. #221 2021-04-05 02:02:30 +02:00
operator-byte0-initializer.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte0-initializer.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
operator-byte0-lvalue-1.asm Removed support for LValue unary operator low/high <x >x. Added support for LValue BYTE0(), BYTE1(), ..., WORD0(), .... Closes #667 2021-06-11 21:41:01 +02:00
operator-byte0-lvalue-1.cfg Removed support for LValue unary operator low/high <x >x. Added support for LValue BYTE0(), BYTE1(), ..., WORD0(), .... Closes #667 2021-06-11 21:41:01 +02:00
operator-byte0-lvalue-1.log Removed support for LValue unary operator low/high <x >x. Added support for LValue BYTE0(), BYTE1(), ..., WORD0(), .... Closes #667 2021-06-11 21:41:01 +02:00
operator-byte0-lvalue-1.sym Removed support for LValue unary operator low/high <x >x. Added support for LValue BYTE0(), BYTE1(), ..., WORD0(), .... Closes #667 2021-06-11 21:41:01 +02:00
operator-byte0.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte0.cfg Added BYTE0/1/2/3 support in ilist initializers. #221 2021-04-05 02:02:30 +02:00
operator-byte0.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-byte0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
operator-lohi-problem-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-lohi-problem-1.cfg Improved out 2020-10-05 22:58:02 +02:00
operator-lohi-problem-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-lohi-problem-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
operator-lohi-problem.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-lohi-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
operator-lohi-problem.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-lohi-problem.sym Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
operator-word1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
operator-word1.cfg Added WORD0/1 and fragments. #221 2021-04-06 00:18:49 +02:00
operator-word1.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
operator-word1.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
operator-word0.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
operator-word0.cfg Added WORD0/1 and fragments. #221 2021-04-06 00:18:49 +02:00
operator-word0.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
operator-word0.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
optimize-unsigned-comparisons.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
optimize-unsigned-comparisons.cfg Improved out 2020-10-05 22:58:02 +02:00
optimize-unsigned-comparisons.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
optimize-unsigned-comparisons.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
overlap-allocation-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
overlap-allocation-2.cfg Improved out 2020-10-05 22:58:02 +02:00
overlap-allocation-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
overlap-allocation-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
overlap-allocation.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
overlap-allocation.cfg Improved out 2020-10-05 22:58:02 +02:00
overlap-allocation.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
overlap-allocation.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
parse-negated-struct-ref.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
parse-negated-struct-ref.cfg Improved out 2020-10-05 22:58:02 +02:00
parse-negated-struct-ref.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
parse-negated-struct-ref.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
plasma-center.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
plasma-center.cfg Improved out 2020-10-05 22:58:02 +02:00
plasma-center.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
plasma-center.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
platform-asm6502.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
platform-asm6502.cfg Improved out 2020-10-05 22:58:02 +02:00
platform-asm6502.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
platform-asm6502.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
platform-default-define.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
platform-default-define.cfg Improved out 2020-10-05 22:58:02 +02:00
platform-default-define.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
platform-default-define.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
platform-plus4-define.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
platform-plus4-define.cfg Improved out 2020-10-05 22:58:02 +02:00
platform-plus4-define.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
platform-plus4-define.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
plus-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
plus-0.cfg Improved out 2020-10-05 22:58:02 +02:00
plus-0.log Fixed problem with NPE when removing unused code can leave global constants referencing removed variables. Closes #650 2021-04-21 19:34:18 +02:00
plus-0.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
plus4-kbhit.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
plus4-kbhit.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
plus4-kbhit.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
plus4-kbhit.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
plus4-keyboard-test.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
plus4-keyboard-test.cfg Fixed problem where nested infinite loop produces wrong block sequence. Closes #547 2020-10-18 17:46:09 +02:00
plus4-keyboard-test.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
plus4-keyboard-test.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-anding.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
pointer-anding.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-anding.kc.asm
pointer-anding.kc.cfg
pointer-anding.kc.log
pointer-anding.kc.sym
pointer-anding.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
pointer-anding.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-cast-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-cast-2.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-cast-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-cast-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-cast-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-cast-3.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-cast-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-cast-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-cast-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-cast-4.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-cast-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-cast-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-cast.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-cast.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-cast.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-cast.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-const-typedef.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-const-typedef.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-const-typedef.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-const-typedef.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-const.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-const.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-const.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-const.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-plus-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-plus-0.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-plus-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-plus-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-plus-signed-word.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-plus-signed-word.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-plus-signed-word.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-plus-signed-word.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-pointer-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-pointer-1.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-pointer-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-pointer-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-pointer-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-pointer-2.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-pointer-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-pointer-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-pointer-3.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-pointer-3.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-pointer-3.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-pointer-3.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
pointer-to-pointer-const.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-to-pointer-const.cfg Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-to-pointer-const.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-to-pointer-const.sym Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-to-pointer-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-to-pointer-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-to-pointer-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-to-pointer-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-void-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-void-1.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-void-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-void-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-void-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-void-2.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-void-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-void-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-void-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pointer-void-3.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-void-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-void-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pointer-void-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-void-0.cfg Improved out 2020-10-05 22:58:02 +02:00
pointer-void-0.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
pointer-void-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
post-increment-problem-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
post-increment-problem-2.cfg Improved out 2020-10-05 22:58:02 +02:00
post-increment-problem-2.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
post-increment-problem-2.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
post-increment-problem-3.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
post-increment-problem-3.cfg Improved out 2020-10-05 22:58:02 +02:00
post-increment-problem-3.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
post-increment-problem-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
post-increment-problem-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
post-increment-problem-4.cfg Improved out 2020-10-05 22:58:02 +02:00
post-increment-problem-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
post-increment-problem-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
post-increment-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
post-increment-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
post-increment-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
post-increment-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pragma-noparenthesis.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pragma-noparenthesis.cfg Improved out 2020-10-05 22:58:02 +02:00
pragma-noparenthesis.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pragma-noparenthesis.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pragma-unknown.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
pragma-unknown.cfg Improved out 2020-10-05 22:58:02 +02:00
pragma-unknown.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
pragma-unknown.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
precedence-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
precedence-1.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
precedence-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
precedence-1.sym Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
preprocessor-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-1.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-2.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-3.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-4.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-5.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-5.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-5.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-6.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-6.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-6.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-7.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-8.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-8.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-8.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-9.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-9.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-9.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-11.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-11.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-11.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-11.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-12.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-12.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-12.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-12.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-13.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-13.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
preprocessor-13.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-13.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-14.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-14.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-14.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-14.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
preprocessor-0.cfg Improved out 2020-10-05 22:58:02 +02:00
preprocessor-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
preprocessor-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
primes-1000-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
primes-1000-2.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
primes-1000-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
primes-1000-2.sym Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
primes-1000.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
primes-1000.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
primes-1000.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
primes-1000.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
print-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
print-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
print-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
print-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
printf-1.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-1.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
printf-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-2.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-2.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-10.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
printf-10.cfg Improved out 2020-10-05 22:58:02 +02:00
printf-10.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-10.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-11.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
printf-11.cfg Improved out 2020-10-05 22:58:02 +02:00
printf-11.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
printf-11.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-12.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-12.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-12.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-12.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-13.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-13.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-13.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-13.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-14.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
printf-14.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-14.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
printf-14.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-15.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
printf-15.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-15.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
printf-15.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-16.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-16.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-16.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-16.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-speed.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-speed.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
printf-speed.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printf-speed.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
printmsg.asm Added "c64-" prefix on all C64-only libraries. 2021-02-04 09:18:27 +01:00
printmsg.cfg Improved out 2020-10-05 22:58:02 +02:00
printmsg.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
printmsg.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
prng-xorshift.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
prng-xorshift.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
prng-xorshift.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
prng-xorshift.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
problem-bool-compare-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
problem-bool-compare-2.cfg Improved out 2020-10-05 22:58:02 +02:00
problem-bool-compare-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-bool-compare-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-bool-compare.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
problem-bool-compare.cfg Improved out 2020-10-05 22:58:02 +02:00
problem-bool-compare.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-bool-compare.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-ma-var-overwrite.asm Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
problem-ma-var-overwrite.cfg Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
problem-ma-var-overwrite.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
problem-ma-var-overwrite.sym Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
problem-negate-const.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
problem-negate-const.cfg Improved out 2020-10-05 22:58:02 +02:00
problem-negate-const.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-negate-const.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-negative-word-const.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
problem-negative-word-const.cfg Improved out 2020-10-05 22:58:02 +02:00
problem-negative-word-const.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
problem-negative-word-const.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
problem-struct-inline-parameter-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
problem-struct-inline-parameter-1.cfg Improved out 2020-10-05 22:58:02 +02:00
problem-struct-inline-parameter-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-struct-inline-parameter-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-struct-inline-parameter.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
problem-struct-inline-parameter.cfg Improved out 2020-10-05 22:58:02 +02:00
problem-struct-inline-parameter.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
problem-struct-inline-parameter.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-1.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-1.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-1.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-2.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-2.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-2.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-2.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
procedure-callingconvention-stack-3.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-3.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-3.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-3.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
procedure-callingconvention-stack-4.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-4.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-4.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-5.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
procedure-callingconvention-stack-5.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-5.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
procedure-callingconvention-stack-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
procedure-callingconvention-stack-7.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-8.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
procedure-callingconvention-stack-8.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-8.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
procedure-callingconvention-stack-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-9.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
procedure-callingconvention-stack-9.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-9.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
procedure-callingconvention-stack-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-10.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-10.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-10.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-10.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-11.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-11.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-11.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-11.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-12.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-12.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-12.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-12.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-13.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-13.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-13.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-13.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-callingconvention-stack-0.asm Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-0.cfg Improved out 2020-10-05 22:58:02 +02:00
procedure-callingconvention-stack-0.log Moved stack call parameter assignments out of pass 0. Added address-of handling for procedures converting them to stack call if they have parameters. #121 2021-05-16 10:19:21 +02:00
procedure-callingconvention-stack-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
procedure-declare-1.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-1.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-1.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-1.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-2.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-2.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-2.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-2.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-3.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-3.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-3.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-3.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-4.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-4.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-4.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-4.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-5.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-5.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-5.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-5.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-8.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-8.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-8.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-8.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-9.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-9.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-9.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-9.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-10.asm Added missing test files and fixed a test. #121 2021-05-11 23:19:29 +02:00
procedure-declare-10.cfg Added missing test files and fixed a test. #121 2021-05-11 23:19:29 +02:00
procedure-declare-10.log Added missing test files and fixed a test. #121 2021-05-11 23:19:29 +02:00
procedure-declare-10.sym Added missing test files and fixed a test. #121 2021-05-11 23:19:29 +02:00
procedure-declare-11.asm Implemented support for complex casts and parsing complex type names for sizeof(). #121 2021-05-13 10:26:33 +02:00
procedure-declare-11.cfg Implemented support for complex casts and parsing complex type names for sizeof(). #121 2021-05-13 10:26:33 +02:00
procedure-declare-11.log Implemented support for complex casts and parsing complex type names for sizeof(). #121 2021-05-13 10:26:33 +02:00
procedure-declare-11.sym Implemented support for complex casts and parsing complex type names for sizeof(). #121 2021-05-13 10:26:33 +02:00
procedure-declare-0.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-0.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-0.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
procedure-declare-0.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
processor-port-test.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
processor-port-test.cfg Improved out 2020-10-05 22:58:02 +02:00
processor-port-test.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
processor-port-test.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptr-complex.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ptr-complex.cfg Improved out 2020-10-05 22:58:02 +02:00
ptr-complex.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptr-complex.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptrptr-optimize-1.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
ptrptr-optimize-1.cfg Improved out 2020-10-05 22:58:02 +02:00
ptrptr-optimize-1.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
ptrptr-optimize-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptrptr-optimize-2.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
ptrptr-optimize-2.cfg Improved out 2020-10-05 22:58:02 +02:00
ptrptr-optimize-2.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
ptrptr-optimize-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptrptr-optimize-0.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
ptrptr-optimize-0.cfg Improved out 2020-10-05 22:58:02 +02:00
ptrptr-optimize-0.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
ptrptr-optimize-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptrtest.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ptrtest.cfg Improved out 2020-10-05 22:58:02 +02:00
ptrtest.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptrtest.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptrtestmin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ptrtestmin.cfg Improved out 2020-10-05 22:58:02 +02:00
ptrtestmin.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ptrtestmin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
rand-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
rand-1.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
rand-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
rand-1.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
register-0.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
register-0.cfg Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
register-0.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
register-0.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
reserve-zp-global-range.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
reserve-zp-global-range.cfg Improved out 2020-10-05 22:58:02 +02:00
reserve-zp-global-range.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-global-range.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-global.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
reserve-zp-global.cfg Improved out 2020-10-05 22:58:02 +02:00
reserve-zp-global.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-global.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
reserve-zp-procedure-1.cfg Improved out 2020-10-05 22:58:02 +02:00
reserve-zp-procedure-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
reserve-zp-procedure-2.cfg Improved out 2020-10-05 22:58:02 +02:00
reserve-zp-procedure-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
reserve-zp-procedure-3.cfg Improved out 2020-10-05 22:58:02 +02:00
reserve-zp-procedure-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
reserve-zp-procedure-4.cfg Improved out 2020-10-05 22:58:02 +02:00
reserve-zp-procedure-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
reserve-zp-procedure-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
robozzle64-label-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
robozzle64-label-problem.cfg Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
robozzle64-label-problem.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
robozzle64-label-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
roll-sprite-msb.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
roll-sprite-msb.cfg Improved out 2020-10-05 22:58:02 +02:00
roll-sprite-msb.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
roll-sprite-msb.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
roll-variable.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
roll-variable.cfg Improved out 2020-10-05 22:58:02 +02:00
roll-variable.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
roll-variable.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
runtime-unused-procedure.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
runtime-unused-procedure.cfg Improved out 2020-10-05 22:58:02 +02:00
runtime-unused-procedure.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
runtime-unused-procedure.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sandbox-ternary-error.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
sandbox-ternary-error.cfg Improved out 2020-10-05 22:58:02 +02:00
sandbox-ternary-error.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sandbox-ternary-error.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sandbox.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
sandbox.cfg Improved out 2020-10-05 22:58:02 +02:00
sandbox.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
sandbox.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
scan-desire-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
scan-desire-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
scan-desire-problem.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
scan-desire-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
screen-center-angle.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-center-angle.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-center-angle.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-center-angle.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
screen-center-distance.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-center-distance.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-center-distance.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-center-distance.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
screen-show-spiral-buckets.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-show-spiral-buckets.cfg Improved out 2020-10-05 22:58:02 +02:00
screen-show-spiral-buckets.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-show-spiral-buckets.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
screen-show-spiral.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-show-spiral.cfg Improved out 2020-10-05 22:58:02 +02:00
screen-show-spiral.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
screen-show-spiral.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
scroll-clobber.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
scroll-clobber.cfg Improved out 2020-10-05 22:58:02 +02:00
scroll-clobber.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
scroll-clobber.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
scrollbig-clobber.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
scrollbig-clobber.cfg Improved out 2020-10-05 22:58:02 +02:00
scrollbig-clobber.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
scrollbig-clobber.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
semi-struct-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
semi-struct-1.cfg Improved out 2020-10-05 22:58:02 +02:00
semi-struct-1.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
semi-struct-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
semi-struct-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
semi-struct-2.cfg Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
semi-struct-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
semi-struct-2.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sequence-locality-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
sequence-locality-1.cfg Improved out 2020-10-05 22:58:02 +02:00
sequence-locality-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sequence-locality-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sequence-locality-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
sequence-locality-0.cfg Improved out 2020-10-05 22:58:02 +02:00
sequence-locality-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sequence-locality-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
showlogo.sym
sieve-min.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
sieve-min.cfg Improved out 2020-10-05 22:58:02 +02:00
sieve-min.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
sieve-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sieve.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
sieve.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
sieve.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
sieve.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
signed-bytes.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
signed-bytes.cfg Improved out 2020-10-05 22:58:02 +02:00
signed-bytes.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
signed-bytes.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
signed-char-comparison.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
signed-char-comparison.cfg Improved out 2020-10-05 22:58:02 +02:00
signed-char-comparison.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
signed-char-comparison.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
signed-indexed-subtract.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
signed-indexed-subtract.cfg Improved out 2020-10-05 22:58:02 +02:00
signed-indexed-subtract.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
signed-indexed-subtract.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
signed-word-minus-byte-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
signed-word-minus-byte-2.cfg Improved out 2020-10-05 22:58:02 +02:00
signed-word-minus-byte-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
signed-word-minus-byte-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
signed-words.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
signed-words.cfg Improved out 2020-10-05 22:58:02 +02:00
signed-words.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
signed-words.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
simple-loop.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
simple-loop.cfg Improved out 2020-10-05 22:58:02 +02:00
simple-loop.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
simple-loop.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sine-plotter.log
sinus-basic.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
sinus-basic.cfg Improved out 2020-10-05 22:58:02 +02:00
sinus-basic.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
sinus-basic.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sinusgen8.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgen8.cfg Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
sinusgen8.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgen8.sym Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
sinusgen8b.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgen8b.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgen8b.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgen8b.sym Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
sinusgen16.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
sinusgen16.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
sinusgen16.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:08:42 +02:00
sinusgen16.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
sinusgen16b.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
sinusgen16b.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
sinusgen16b.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
sinusgen16b.sym Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
sinusgenscale8.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgenscale8.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgenscale8.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:47:30 +02:00
sinusgenscale8.sym Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
sizeof-arrays.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-arrays.cfg Improved out 2020-10-05 22:58:02 +02:00
sizeof-arrays.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-arrays.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sizeof-expr.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-expr.cfg Improved out 2020-10-05 22:58:02 +02:00
sizeof-expr.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-expr.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sizeof-in-const-pointer.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
sizeof-in-const-pointer.cfg Improved out 2020-10-05 22:58:02 +02:00
sizeof-in-const-pointer.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-in-const-pointer.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-problem.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-problem.cfg Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-problem.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-problem.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-struct.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-struct.cfg Improved out 2020-10-05 22:58:02 +02:00
sizeof-struct.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sizeof-struct.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sizeof-types.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
sizeof-types.cfg Improved out 2020-10-05 22:58:02 +02:00
sizeof-types.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sizeof-types.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
sqr-delta.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
sqr-delta.cfg Improved out 2020-10-05 22:58:02 +02:00
sqr-delta.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
sqr-delta.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
stack-relative-addressing.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
stack-relative-addressing.cfg Improved out 2020-10-05 22:58:02 +02:00
stack-relative-addressing.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
stack-relative-addressing.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
stars-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
stars-1.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
stars-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
stars-1.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
stars-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
stars-2.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
stars-2.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
stars-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
statement-sequence-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
statement-sequence-1.cfg Improved out 2020-10-05 22:58:02 +02:00
statement-sequence-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
statement-sequence-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
static-init-code-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
static-init-code-1.cfg Improved out 2020-10-05 22:58:02 +02:00
static-init-code-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
static-init-code-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
static-init-code-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
static-init-code-2.cfg Improved out 2020-10-05 22:58:02 +02:00
static-init-code-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
static-init-code-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
static-init-code-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
static-init-code-0.cfg Improved out 2020-10-05 22:58:02 +02:00
static-init-code-0.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
static-init-code-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
static-register-optimization-problem.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
static-register-optimization-problem.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
static-register-optimization-problem.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
static-register-optimization-problem.sym Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
stdlib-string-memchr-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
stdlib-string-memchr-1.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
stdlib-string-memchr-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
stdlib-string-memchr-1.sym Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
stmt-empty-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
stmt-empty-1.cfg Improved out 2020-10-05 22:58:02 +02:00
stmt-empty-1.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
stmt-empty-1.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
stmt-empty.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
stmt-empty.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
stmt-empty.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
stmt-empty.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
strcpy-0.asm Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strcpy-0.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strcpy-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strcpy-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strength-reduction-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
strength-reduction-1.cfg Added test for loop loop invariant calculation hoisting optimization. #535 2020-10-05 23:35:41 +02:00
strength-reduction-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
strength-reduction-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-const-consolidation-noroot.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-const-consolidation-noroot.cfg Improved out 2020-10-05 22:58:02 +02:00
string-const-consolidation-noroot.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-const-consolidation-noroot.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-const-consolidation-root.asm Fixed test data. 2021-01-23 13:10:14 +01:00
string-const-consolidation-root.cfg Fixed test data. 2021-01-23 13:10:14 +01:00
string-const-consolidation-root.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-const-consolidation-root.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-const-consolidation.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-const-consolidation.cfg Improved out 2020-10-05 22:58:02 +02:00
string-const-consolidation.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-const-consolidation.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-encoding-literals.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-encoding-literals.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
string-encoding-literals.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-encoding-literals.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-encoding-pragma.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-encoding-pragma.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
string-encoding-pragma.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-encoding-pragma.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-escapes-1.cfg Improved out 2020-10-05 22:58:02 +02:00
string-escapes-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-escapes-2.cfg Improved out 2020-10-05 22:58:02 +02:00
string-escapes-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-escapes-3.cfg Improved out 2020-10-05 22:58:02 +02:00
string-escapes-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-4.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
string-escapes-4.cfg Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554 2020-11-01 22:42:09 +01:00
string-escapes-4.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
string-escapes-4.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
string-escapes-5.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-escapes-5.cfg Improved out 2020-10-05 22:58:02 +02:00
string-escapes-5.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-escapes-0.cfg Improved out 2020-10-05 22:58:02 +02:00
string-escapes-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-escapes-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-pointer-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
string-pointer-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
string-pointer-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
string-pointer-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strip.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
strip.cfg Improved out 2020-10-05 22:58:02 +02:00
strip.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strip.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strncat-0.asm Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strncat-0.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strncat-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
strncat-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-1.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-2.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-3.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-4.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-5.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-5.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-5.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-6.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-6.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-6.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-7.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-8.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-8.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-8.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-9.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-9.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-9.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-10.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-10.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-10.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-10.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-11.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-11.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-11.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-11.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-11b.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-11b.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-11b.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-11b.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-12.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-12.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-12.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-12.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-13.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-13.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-13.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-13.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-14.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-14.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-14.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-14.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-15.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-15.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-15.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-15.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-16.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-16.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-16.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-16.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-17.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-17.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-17.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-17.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-18.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-18.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-18.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-18.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-19.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-19.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-19.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-19.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-20.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-20.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-20.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-20.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-21.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-21.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-21.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-21.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-22.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-22.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-22.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-22.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-23.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-23.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-23.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-23.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-24.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-24.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-24.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-24.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-25.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-25.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-25.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-25.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-26.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-26.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-26.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-26.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-27.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-27.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-27.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-27.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-28.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-28.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-28.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-28.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-29.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-29.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-29.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-29.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-30.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-30.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-30.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-30.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-31.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-31.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-31.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-31.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-32.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-32.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-32.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-32.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-33.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-33.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-33.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-33.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-34.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-34.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-34.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-34.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-35.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-35.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-35.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-35.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-36.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-36.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-36.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-36.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-37.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-37.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-37.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-37.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-38.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-38.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-38.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-38.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-39.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-39.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-39.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-39.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-40.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-40.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-40.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-40.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-41.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-41.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-41.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-41.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-42.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-42.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-42.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-42.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-43.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-43.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-43.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
struct-43.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
struct-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-0.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-directives.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-directives.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-directives.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-directives.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-pointer-ints.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-pointer-ints.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-pointer-ints.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-pointer-ints.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-pointer-to-member-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-pointer-to-member-2.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-pointer-to-member-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-pointer-to-member-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-pointer-to-member.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-pointer-to-member.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-pointer-to-member.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-pointer-to-member.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-pointer-typing.asm Added missing fragments from @Flight_Control. Also demonstrates problem with auto-casting integers to pointers. Closes #656 2021-05-09 10:37:14 +02:00
struct-pointer-typing.cfg Added missing fragments from @Flight_Control. Also demonstrates problem with auto-casting integers to pointers. Closes #656 2021-05-09 10:37:14 +02:00
struct-pointer-typing.log Added missing fragments from @Flight_Control. Also demonstrates problem with auto-casting integers to pointers. Closes #656 2021-05-09 10:37:14 +02:00
struct-pointer-typing.sym Added missing fragments from @Flight_Control. Also demonstrates problem with auto-casting integers to pointers. Closes #656 2021-05-09 10:37:14 +02:00
struct-pos-fill.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-pos-fill.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-pos-fill.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-pos-fill.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-1.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-2.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-3.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-4.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-5.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-5.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-5.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-6.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-6.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-6.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-7.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-8.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-8.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-8.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-8.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-9.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-9.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-9.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-9.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-10.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-10.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-10.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-10.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-11.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-11.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-11.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-11.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-12-ref.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-12-ref.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-12-ref.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-12-ref.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-12.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-12.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-12.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-12.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-13.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-13.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-13.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-13.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-14.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-14.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-14.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-14.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-15.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-15.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-15.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-15.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-16.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-16.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-16.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-16.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-17.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-17.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-17.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-17.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-18.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-18.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-18.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-18.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-19.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-19.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-19.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-19.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-20.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-20.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-20.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
struct-ptr-20.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-21.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-21.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-21.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
struct-ptr-21.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
struct-ptr-22.asm Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
struct-ptr-22.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-22.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
struct-ptr-22.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-23.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-23.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-23.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-23.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-24.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-24.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-24.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-24.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-25.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-25.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-25.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-25.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-26.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-26.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-26.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-26.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-28.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-28.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-28.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-28.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-29.asm
struct-ptr-29.cfg
struct-ptr-29.log
struct-ptr-29.sym
struct-ptr-30.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-30.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-30.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
struct-ptr-30.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-31.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-31.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-31.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-31.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-32.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-32.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-32.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-32.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-33.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-33.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-33.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-33.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-34.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-34.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-34.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-34.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-35.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-35.cfg Fixed problem with erronously coalescing structs of same size/type affected by address-of. Closes #632 2021-03-06 08:26:41 +01:00
struct-ptr-35.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-ptr-35.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
struct-ptr-0.cfg Improved out 2020-10-05 22:58:02 +02:00
struct-ptr-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-ptr-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-unwinding-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-unwinding-1.cfg Added missing ref files. 2020-12-05 23:56:32 +01:00
struct-unwinding-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
struct-unwinding-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
struct-unwinding-2.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
struct-unwinding-2.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
struct-unwinding-2.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
struct-unwinding-2.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
subexpr-optimize-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
subexpr-optimize-1.cfg Improved out 2020-10-05 22:58:02 +02:00
subexpr-optimize-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
subexpr-optimize-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
subexpr-optimize-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
subexpr-optimize-2.cfg Improved out 2020-10-05 22:58:02 +02:00
subexpr-optimize-2.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
subexpr-optimize-2.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
subexpr-optimize-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
subexpr-optimize-3.cfg Improved out 2020-10-05 22:58:02 +02:00
subexpr-optimize-3.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
subexpr-optimize-3.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
subexpr-optimize-4.asm optimized fragments. 2021-02-17 23:35:01 +01:00
subexpr-optimize-4.cfg Improved out 2020-10-05 22:58:02 +02:00
subexpr-optimize-4.log optimized fragments. 2021-02-17 23:35:01 +01:00
subexpr-optimize-4.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
subexpr-optimize-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
subexpr-optimize-0.cfg Improved out 2020-10-05 22:58:02 +02:00
subexpr-optimize-0.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
subexpr-optimize-0.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
summin.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
summin.cfg Improved out 2020-10-05 22:58:02 +02:00
summin.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
summin.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
switch-1.cfg Improved out 2020-10-05 22:58:02 +02:00
switch-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
switch-2.cfg Improved out 2020-10-05 22:58:02 +02:00
switch-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
switch-4.cfg Improved out 2020-10-05 22:58:02 +02:00
switch-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
switch-0.cfg Improved out 2020-10-05 22:58:02 +02:00
switch-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
switch-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ternary-1.cfg Improved out 2020-10-05 22:58:02 +02:00
ternary-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ternary-2.cfg Improved out 2020-10-05 22:58:02 +02:00
ternary-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ternary-3.cfg Improved out 2020-10-05 22:58:02 +02:00
ternary-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-4.asm optimized fragments. 2021-02-17 23:35:01 +01:00
ternary-4.cfg Merged improved integer type inference by @tfisher98. Closes !2, #594, #334, #199 2020-12-12 00:01:15 +01:00
ternary-4.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-inference.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
ternary-inference.cfg Improved out 2020-10-05 22:58:02 +02:00
ternary-inference.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
ternary-inference.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-block.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-comments-block.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comments-block.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-block.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-global.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
test-comments-global.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comments-global.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
test-comments-global.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
test-comments-loop.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-comments-loop.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comments-loop.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-loop.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-single.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-comments-single.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comments-single.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-single.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-usage.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-comments-usage.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comments-usage.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comments-usage.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comparisons-sword.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-comparisons-sword.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comparisons-sword.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-comparisons-sword.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comparisons-word.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-comparisons-word.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comparisons-word.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-comparisons-word.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-comparisons.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
test-comparisons.cfg Improved out 2020-10-05 22:58:02 +02:00
test-comparisons.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
test-comparisons.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-division.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
test-division.cfg Improved out 2020-10-05 22:58:02 +02:00
test-division.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
test-division.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-interrupt-notype.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-interrupt-notype.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-interrupt-notype.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-interrupt-notype.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-interrupt-volatile-write.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
test-interrupt-volatile-write.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-interrupt-volatile-write.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
test-interrupt-volatile-write.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-interrupt-volatile.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
test-interrupt-volatile.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-interrupt-volatile.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
test-interrupt-volatile.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-interrupt.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-interrupt.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
test-interrupt.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-interrupt.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-kasm-pc.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-kasm-pc.cfg Improved out 2020-10-05 22:58:02 +02:00
test-kasm-pc.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-kasm-pc.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-kasm.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-kasm.cfg Improved out 2020-10-05 22:58:02 +02:00
test-kasm.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-kasm.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-keyboard-space.asm Fixed tests! 2021-01-04 00:11:22 +01:00
test-keyboard-space.cfg Improved out 2020-10-05 22:58:02 +02:00
test-keyboard-space.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
test-keyboard-space.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-keyboard.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
test-keyboard.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
test-keyboard.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
test-keyboard.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-lohiconst.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-lohiconst.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-lohiconst.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-lohiconst.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-lowhigh.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-lowhigh.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-lowhigh.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 08:22:32 +02:00
test-lowhigh.sym Removed support for LValue unary operator low/high <x >x. Added support for LValue BYTE0(), BYTE1(), ..., WORD0(), .... Closes #667 2021-06-11 21:41:01 +02:00
test-multiply-8bit.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
test-multiply-8bit.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
test-multiply-8bit.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
test-multiply-8bit.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-multiply-16bit.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
test-multiply-16bit.cfg Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
test-multiply-16bit.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 09:23:37 +02:00
test-multiply-16bit.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-scroll-up.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-scroll-up.cfg Improved out 2020-10-05 22:58:02 +02:00
test-scroll-up.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-scroll-up.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-signed-word-minus-byte.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-signed-word-minus-byte.cfg Improved out 2020-10-05 22:58:02 +02:00
test-signed-word-minus-byte.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
test-signed-word-minus-byte.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-word-size-arrays.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
test-word-size-arrays.cfg Improved out 2020-10-05 22:58:02 +02:00
test-word-size-arrays.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
test-word-size-arrays.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
tetris-npe.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
tetris-npe.cfg Improved out 2020-10-05 22:58:02 +02:00
tetris-npe.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
tetris-npe.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
textbox.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
textbox.cfg Improved out 2020-10-05 22:58:02 +02:00
textbox.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
textbox.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
tod-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
tod-1.cfg Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
tod-1.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
tod-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
tod018-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
tod018-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
tod018-problem.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
tod018-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
toupper-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
toupper-1.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
toupper-1.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
toupper-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
travis1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
travis1.cfg Improved out 2020-10-05 22:58:02 +02:00
travis1.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
travis1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
true-inline-words.asm Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
true-inline-words.cfg Improved out 2020-10-05 22:58:02 +02:00
true-inline-words.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
true-inline-words.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
type-inference.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
type-inference.cfg Improved out 2020-10-05 22:58:02 +02:00
type-inference.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
type-inference.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
type-mix.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
type-mix.cfg Improved out 2020-10-05 22:58:02 +02:00
type-mix.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
type-mix.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
type-signed.asm Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
type-signed.cfg Improved out 2020-10-05 22:58:02 +02:00
type-signed.log Working on deprecating lo/hi operators. Closes #667 2021-06-13 00:14:39 +02:00
type-signed.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typedef-1.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-2.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:11:26 +02:00
typedef-2.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-2.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 21:11:26 +02:00
typedef-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-3.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typedef-3.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-3.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-4.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
typedef-4.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-4.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
typedef-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-5.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typedef-5.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-5.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-6.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typedef-6.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-6.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-6.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-7.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typedef-7.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-7.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-7.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-0.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typedef-0.cfg Improved out 2020-10-05 22:58:02 +02:00
typedef-0.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typedef-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typeid-plus-byte-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typeid-plus-byte-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
typeid-plus-byte-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typeid-plus-byte-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typeid-plus-bytes.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
typeid-plus-bytes.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
typeid-plus-bytes.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
typeid-plus-bytes.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typeid-simple.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
typeid-simple.cfg Improved out 2020-10-05 22:58:02 +02:00
typeid-simple.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
typeid-simple.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typeinference-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
typeinference-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
typeinference-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typeinference-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
typemismatch.asm
unary-plus.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unary-plus.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
unary-plus.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unary-plus.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
uninitialized.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
uninitialized.cfg Improved out 2020-10-05 22:58:02 +02:00
uninitialized.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
uninitialized.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-for-min.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unroll-for-min.cfg Improved out 2020-10-05 22:58:02 +02:00
unroll-for-min.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-for-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-loop-modifyvar.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unroll-loop-modifyvar.cfg Improved out 2020-10-05 22:58:02 +02:00
unroll-loop-modifyvar.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-loop-modifyvar.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-screenfill-for-double.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unroll-screenfill-for-double.cfg Improved out 2020-10-05 22:58:02 +02:00
unroll-screenfill-for-double.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-screenfill-for-double.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-screenfill-for.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unroll-screenfill-for.cfg Improved out 2020-10-05 22:58:02 +02:00
unroll-screenfill-for.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-screenfill-for.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-screenfill-while.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unroll-screenfill-while.cfg Improved out 2020-10-05 22:58:02 +02:00
unroll-screenfill-while.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-screenfill-while.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-while-min.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unroll-while-min.cfg Improved out 2020-10-05 22:58:02 +02:00
unroll-while-min.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unroll-while-min.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unused-irq.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unused-irq.cfg Implemented new interrupt system supporting more platforms and CPUs. Closes #599 2020-12-21 01:04:34 +01:00
unused-irq.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unused-irq.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unused-method.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unused-method.cfg Improved out 2020-10-05 22:58:02 +02:00
unused-method.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unused-method.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unused-vars.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unused-vars.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
unused-vars.log Minor code clean-up. 2021-05-17 08:32:33 +02:00
unused-vars.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unusedblockproblem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
unusedblockproblem.cfg Improved out 2020-10-05 22:58:02 +02:00
unusedblockproblem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
unusedblockproblem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
useglobal.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
useglobal.cfg Improved out 2020-10-05 22:58:02 +02:00
useglobal.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
useglobal.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
useuninitialized.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
useuninitialized.cfg Improved out 2020-10-05 22:58:02 +02:00
useuninitialized.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
useuninitialized.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
valuelist-error.asm
var-export.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
var-export.cfg Improved out 2020-10-05 22:58:02 +02:00
var-export.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-export.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-forward-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
var-forward-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
var-forward-problem.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-forward-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-forward-problem2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
var-forward-problem2.cfg Improved out 2020-10-05 22:58:02 +02:00
var-forward-problem2.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
var-forward-problem2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-init-problem.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
var-init-problem.cfg Improved out 2020-10-05 22:58:02 +02:00
var-init-problem.log Removed most of the support for auto-casting integers to pointers. #659 2021-05-10 21:27:14 +02:00
var-init-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-register-noarg.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
var-register-noarg.cfg add additional step in pass2 to finalize all numbers 2020-12-05 22:26:41 -05:00
var-register-noarg.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-register-noarg.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-register-zp-3.asm Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
var-register-zp-3.cfg Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
var-register-zp-3.log Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
var-register-zp-3.sym Implemented function pointer types in standard C syntax. #121 2021-05-11 23:11:51 +02:00
var-register-zp.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
var-register-zp.cfg Improved out 2020-10-05 22:58:02 +02:00
var-register-zp.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
var-register-zp.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
var-register.asm Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
var-register.cfg Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
var-register.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
var-register.sym Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
varcall-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
varcall-1.cfg Updated test data. 2020-11-22 22:30:24 +01:00
varcall-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
varcall-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
varcall-2.asm Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
varcall-2.cfg Added test with 16bit types. 2020-11-23 10:08:11 +01:00
varcall-2.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
varcall-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
varcall-3.asm Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
varcall-3.cfg Added test with 16bit types. 2020-11-23 10:08:11 +01:00
varcall-3.log Standard C type parsing now works! #121 2021-05-12 08:58:10 +02:00
varcall-3.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
varmodel-ma_mem-2.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
varmodel-ma_mem-2.cfg Improved out 2020-10-05 22:58:02 +02:00
varmodel-ma_mem-2.log Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
varmodel-ma_mem-2.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
varmodel-ma_mem-3.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
varmodel-ma_mem-3.cfg Improved out 2020-10-05 22:58:02 +02:00
varmodel-ma_mem-3.log Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
varmodel-ma_mem-3.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
varmodel-ma_mem-4.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
varmodel-ma_mem-4.cfg Improved out 2020-10-05 22:58:02 +02:00
varmodel-ma_mem-4.log Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
varmodel-ma_mem-4.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
varmodel-ma_mem-5.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
varmodel-ma_mem-5.cfg Improved out 2020-10-05 22:58:02 +02:00
varmodel-ma_mem-5.log Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
varmodel-ma_mem-5.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
varmodel-ma_mem.asm Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
varmodel-ma_mem.cfg Improved out 2020-10-05 22:58:02 +02:00
varmodel-ma_mem.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
varmodel-ma_mem.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
varmodel-mem-1.asm Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
varmodel-mem-1.cfg Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
varmodel-mem-1.log Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
varmodel-mem-1.sym Intermediate variables are now affected by the var_model. Closes #666 2021-06-06 23:34:29 +02:00
vic20-raster.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
vic20-raster.cfg Improved out 2020-10-05 22:58:02 +02:00
vic20-raster.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
vic20-raster.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
vic20-simple.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
vic20-simple.cfg Improved out 2020-10-05 22:58:02 +02:00
vic20-simple.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
vic20-simple.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
void-parameter.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
void-parameter.cfg Improved out 2020-10-05 22:58:02 +02:00
void-parameter.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
void-parameter.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
volatile-1.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
volatile-1.cfg Improved out 2020-10-05 22:58:02 +02:00
volatile-1.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
volatile-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
volatile-2.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
volatile-2.cfg Improved out 2020-10-05 22:58:02 +02:00
volatile-2.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
volatile-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
volatile-0.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
volatile-0.cfg Improved out 2020-10-05 22:58:02 +02:00
volatile-0.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
volatile-0.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
voronoi.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
voronoi.cfg Improved out 2020-10-05 22:58:02 +02:00
voronoi.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
voronoi.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
wfragment1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
wfragment1.cfg Improved out 2020-10-05 22:58:02 +02:00
wfragment1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
wfragment1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-array-1.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-array-1.cfg Improved out 2020-10-05 22:58:02 +02:00
word-array-1.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-array-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-array-2.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
word-array-2.cfg Improved out 2020-10-05 22:58:02 +02:00
word-array-2.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-array-2.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-array-0.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-array-0.cfg Improved out 2020-10-05 22:58:02 +02:00
word-array-0.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-array-0.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
word-pointer-compound.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-compound.cfg Improved out 2020-10-05 22:58:02 +02:00
word-pointer-compound.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-compound.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-pointer-iteration-0.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-iteration-0.cfg Improved out 2020-10-05 22:58:02 +02:00
word-pointer-iteration-0.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-iteration-0.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
word-pointer-iteration.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-iteration.cfg Improved out 2020-10-05 22:58:02 +02:00
word-pointer-iteration.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-iteration.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-pointer-math-1.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
word-pointer-math-1.cfg Improved out 2020-10-05 22:58:02 +02:00
word-pointer-math-1.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-pointer-math-1.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
word-pointer-math-0.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-math-0.cfg Improved out 2020-10-05 22:58:02 +02:00
word-pointer-math-0.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-math-0.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
word-pointer-math.asm Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-math.cfg Improved out 2020-10-05 22:58:02 +02:00
word-pointer-math.log Working on deprecating lo/hi operators. Closes #667 2021-06-12 20:57:35 +02:00
word-pointer-math.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
wordexpr.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
wordexpr.cfg Improved out 2020-10-05 22:58:02 +02:00
wordexpr.log Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
wordexpr.sym Improved log/sym/cfg output format for readability. Shortened log a bit. Closes #534 2020-10-05 23:14:34 +02:00
zeropage-detect-advanced.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
zeropage-detect-advanced.cfg Improved out 2020-10-05 22:58:02 +02:00
zeropage-detect-advanced.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
zeropage-detect-advanced.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
zeropage-sinus.asm Updated const names to VICII. 2020-12-30 01:55:04 +01:00
zeropage-sinus.cfg Updated const names to VICII. 2020-12-30 01:55:04 +01:00
zeropage-sinus.log Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
zeropage-sinus.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
zp-reserve-coalesce-problem.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
zp-reserve-coalesce-problem.cfg Fixed problem where zp_reserve is not being honoured after using __address. Closes #550 2020-10-30 09:17:34 +01:00
zp-reserve-coalesce-problem.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
zp-reserve-coalesce-problem.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00
zpparammin.asm Removed support for programs without segments. Closes #465 2020-12-21 08:57:41 +01:00
zpparammin.cfg Improved out 2020-10-05 22:58:02 +02:00
zpparammin.log Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
zpparammin.sym Removed support for auto-casting integers to pointers. Closes #659 2021-05-11 13:36:45 +02:00
zpptr.asm Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
zpptr.cfg Improved out 2020-10-05 22:58:02 +02:00
zpptr.log Parser now based on declarator - allowing for more advanced pointer/array syntax. Preparing for declarator-based functions. #121 2021-05-02 14:28:03 +02:00
zpptr.sym Variable printing now in C syntax. #121 2021-04-30 17:26:46 +02:00