start of new ifelse

This commit is contained in:
Irmen de Jong 2024-02-12 23:11:29 +01:00
parent 73be754680
commit c5c4c6f111
2 changed files with 19 additions and 1062 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,9 @@ boolean trick to go from a compare >= value, to a bool
and #1
Chess: cannot click mouse to start. nothing happens.
Already broken in 10.0: textelite on c64, info on diso -> jams the cpu after printing
IR: add TEST instruction to test memory content and set N/Z flags, without affecting any register.
replace all LOADM+CMPI #0 / LOAD #0+LOADM+CMP+BRANCH by this instruction