identified wrong expr eval code - still need solution. Crash for now.

This commit is contained in:
Irmen de Jong
2024-01-30 23:00:40 +01:00
parent 9aea2b22c4
commit 48ef856c0b
3 changed files with 85 additions and 40 deletions

View File

@@ -1,6 +1,9 @@
TODO
====
fix "safe evaluation of sub-expression" (byte and word, in AugmentableAssignmentAsmGen).
maze: if cell & UP!=0 and @(celladdr(cx,cy-1)) & (WALKED|BACKTRACKED) ==0
^^ adding this !=0 caused a weird beq + / lda #1 / + to appear in front of the shortcircuit beq...