prog8/compiler/res/prog8lib
2020-10-18 17:12:52 +02:00
..
c64 vardecl with initializer expression are now optimized again (unless floats) 2020-10-18 16:15:05 +02:00
cx16 only allow array indexing via a number, or a variable (eliminate complex expression calcs for array indexing, force explicit use of an index variable) 2020-10-17 19:57:55 +02:00
conv.p8 added conv.bin and hex string to number 2020-10-15 23:47:10 +02:00
cx16logo.p8 corrected name and added cx16logo library module for fun 2020-10-15 00:58:41 +02:00
diskio.p8 only allow array indexing via a number, or a variable (eliminate complex expression calcs for array indexing, force explicit use of an index variable) 2020-10-17 19:57:55 +02:00
math.asm added some more missing aug assign operator code 2020-10-07 22:53:18 +02:00
math.p8 added preliminary CommanderX16 machine target support. Fixed nullpointer when importing a missing file. 2020-08-26 01:56:26 +02:00
prog8_lib.asm fixed bit shifting by 0. optimized bitshifting code. 2020-10-18 17:12:52 +02:00
prog8_lib.p8 introduced strcmp() builtin function 2020-10-16 19:00:06 +02:00