mirror of
https://github.com/irmen/prog8.git
synced 2025-08-05 06:28:20 +00:00
ifelse more
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user