ifelse more

This commit is contained in:
Irmen de Jong
2024-02-16 22:35:09 +01:00
parent c77cd0da39
commit e1a133c2c0
4 changed files with 647 additions and 70 deletions

View File

@@ -1,6 +1,12 @@
TODO
====
examples/primes is larger than on 10.1
examples/maze is larger than on 10.1
examples/textelite is larger than on 10.1
===== ====== =======
VM 6502 what
===== ====== =======
@@ -44,6 +50,9 @@ ok . check program sizes vs. master branch
===== ====== =======
retest all comparisons in if statements (byte, word, signed and unsigned) + all comparison assignments. Against 0 and something else as 0.
with jump, indirect jump, no else block, and both if+else blocks.
check that the flood fill routine in gfx2 and paint still works.
re-allow typecast of const true/false back to ubytes 1 and 0.
re-allow typecast of const ubyte 0/1 to false/true boolean.