prog8/compiler
Irmen de Jong e97303c226 fix word multiplication to not clobber r0 and r1 anymore
This was causing corruption in certain programs such as the cx16/amiga example.
The problem was introduced in 9.4 with the new multiply_words routine
2023-09-02 20:52:16 +02:00
..
res fix word multiplication to not clobber r0 and r1 anymore 2023-09-02 20:52:16 +02:00
src/prog8 tweak sprites module 2023-09-01 21:25:19 +02:00
test added sprites library module (cx16 only) 2023-09-01 17:35:07 +02:00
build.gradle parser: allow curly brace on next line for asmsub too 2023-08-09 20:01:12 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00