prog8/examples/arithmetic
Irmen de Jong 6eb9118197 example
2020-11-07 01:08:56 +01:00
..
aggregates.p8 auto select correct library to import based on target, instead of having c64- and cx16- prefix variants 2020-09-21 00:50:09 +02:00
bitshift.p8 auto select correct library to import based on target, instead of having c64- and cx16- prefix variants 2020-09-21 00:50:09 +02:00
builtins.p8 example 2020-11-07 01:08:56 +01:00
div.p8 fixed print_f on cx16. Some more examples are now multi-platform. 2020-09-22 01:34:05 +02:00
minus.p8 fixed print_f on cx16. Some more examples are now multi-platform. 2020-09-22 01:34:05 +02:00
mult.p8 fixed print_f on cx16. Some more examples are now multi-platform. 2020-09-22 01:34:05 +02:00
plus.p8 fixed print_f on cx16. Some more examples are now multi-platform. 2020-09-22 01:34:05 +02:00
postincrdecr.p8 fixed print_f on cx16. Some more examples are now multi-platform. 2020-09-22 01:34:05 +02:00
remainder.p8 auto select correct library to import based on target, instead of having c64- and cx16- prefix variants 2020-09-21 00:50:09 +02:00
sgn.p8 auto select correct library to import based on target, instead of having c64- and cx16- prefix variants 2020-09-21 00:50:09 +02:00
wordbyte.p8 fix word+/-byte errors if byte was unsigned 2020-09-27 20:23:42 +02:00