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:
Irmen de Jong
2024-01-20 21:34:17 +01:00
parent 0f83dc6491
commit 87c46ba730
8 changed files with 90 additions and 14 deletions

View File

@@ -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)
...