prog8/compiler/test/arithmetic
2023-12-29 19:48:40 +01:00
..
aggregates.p8 fixed several old test files 2022-06-05 14:20:08 +02:00
bitshift.p8 improved var -> const replacement, now done in constfolding already (fixes some obscure problems later on) 2023-12-29 19:48:40 +01:00
builtins.p8
div.p8
logical.p8
Makefile
minus.p8
mult.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
plus.p8
postincrdecr.p8
remainder.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
sgn.p8 moved test programs to test folder in compiler module 2021-03-17 20:15:16 +01:00
testforloops.p8
testrepeat.p8
wordbyte.p8