fix bool to uword cast in 6502 codegen

This commit is contained in:
Irmen de Jong
2024-04-10 22:33:22 +02:00
parent 53df0eb707
commit 5d7ddebcad
5 changed files with 53 additions and 45 deletions

View File

@@ -1,6 +1,8 @@
TODO
====
fix the symbol lookup error lsb(a) when a is in a multi vardecl.
...