mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
check boolean array size mismatch.
check for weird string assignment. check for X16 problematic cpu instructions rmb, smb, bbr, bbs. tweak number node equality wrt bool type
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
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...
|
||||
|
||||
make the breakpoint instruction selectable (BRK vs STP)
|
||||
|
||||
...
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user