prog8/compiler
2022-01-23 02:42:36 +01:00
..
res fixed signature of mouse_get(): it returns the buttonstatus in A. Added convenience cx16.mouse_pos() routine. 2022-01-21 22:06:17 +01:00
src/prog8 fix invalid size copied when assigning non-byte arrays 2022-01-23 02:42:36 +01:00
test now correctly requires using & (address-of) when assigning the address of a label or subroutine, used to generate invalid code when it was omitted 2022-01-23 02:23:30 +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