prog8/compiler/test/arithmetic
2023-05-02 01:19:53 +02:00
..
aggregates.p8
bitshift.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
builtins.p8 api change: rename builtin func sqrt16 to sqrtw 2023-05-02 01:19:53 +02:00
div.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
logical.p8 "not" operator removed from ast and codegen (it's been replaced with x==0 as equivalent) 2022-06-29 01:13:08 +02:00
Makefile fix bug in float < and > comparisons 2021-03-18 01:41:54 +01:00
minus.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
mult.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
plus.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
postincrdecr.p8 api change: new 'cbm' module that now contains the common CBM kernal variables and routines. 2023-05-02 01:19:53 +02:00
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
testforloops.p8
testrepeat.p8
wordbyte.p8