getting rid of pointer[idx] in ast, instead always use @(ptr+idx)

This commit is contained in:
Irmen de Jong
2024-02-03 01:57:17 +01:00
parent ef79d0c43e
commit b0f5b6925d
14 changed files with 81 additions and 365 deletions

View File

@@ -288,9 +288,6 @@ mylabel:
test("nesting with overlapping names is ok (doesn't work for 64tass)") {
val src="""
%import textio
%zeropage basicsafe
main {
sub start() {
main()