prog8/compiler/res
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
..
prog8lib 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
.editorconfig removed all string related builtin functions and moved them to separate routines in new 'string' library module 2021-01-07 20:01:11 +01:00
version.txt fix compiler crash when attempting to call a non-function 2021-12-11 13:20:13 +01:00