mirror of
https://github.com/irmen/prog8.git
synced 2025-07-24 20:24:09 +00:00
identified wrong expr eval code - still need solution. Crash for now.
This commit is contained in:
@@ -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...
|
||||
|
||||
|
Reference in New Issue
Block a user