bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

Array initializer code doesn't work for local arrays #25

Closed bobbimanners closed 6 years ago

bobbimanners commented 6 years ago

Works in interpreter, but not in compiler. I expect it is messing up the addressing (abs vs relative)

bobbimanners commented 6 years ago

Fixed in v0.65. Was using absolute addressing instead of relative.