nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

better error handling for accessing nested objects #8

Closed nurpax closed 5 years ago

nurpax commented 5 years ago
    lda #s.data[si][63]  ;; TODO test case for s.data[si+63], should error
nurpax commented 5 years ago

Also done in last week's major refactor.