prog8/examples/arithmetic
2020-08-29 00:00:53 +02:00
..
aggregates.p8
bitshift.p8
div.p8 implemented signed byte and word division 2020-08-29 00:00:53 +02:00
minus.p8 implemented remaining float operations 2020-08-27 19:47:50 +02:00
mult.p8 implemented almost all math operations 2020-08-27 20:47:22 +02:00
plus.p8 implemented remaining float operations 2020-08-27 19:47:50 +02:00
postincrdecr.p8
remainder.p8 implemented almost all math operations 2020-08-27 20:47:22 +02:00
sgn.p8