nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

nested arrays don't compile #34

Closed nurpax closed 5 years ago

nurpax commented 5 years ago

!for frame in xyzzy { !for x in range(8) { !let fi = frame[i] ; !byte frame[i].x & 255 } }

where xyzzy is something like

xyzzy = [[{x:0,y:0}]]