prog8/compiler
Irmen de Jong 890327b381 the returnvalue of the diskio.load() function family now is just the last load address+1 (like kernal's LOAD routine).
This fixes the inconsistent attempt to calculate a size, just let the caller do this if required.
Added a small helper function in cx16diskio to do this for loads that span multiple banks.
2021-12-14 23:54:42 +01:00
..
res the returnvalue of the diskio.load() function family now is just the last load address+1 (like kernal's LOAD routine). 2021-12-14 23:54:42 +01:00
src/prog8 fix compiler crash when trying to concatenate string var and string literal. 2021-12-14 23:07:46 +01:00
test added more constfolding 2021-12-09 23:32:48 +01:00
build.gradle gradle build settings tweak to avoid jdk version conflict 2021-12-04 18:36:47 +01:00
compiler.iml moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00