michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

Fix bug with ($nn),Z addressing mode #29

Closed gardners closed 5 years ago

gardners commented 9 years ago

Hello, I tried to compile something using STA ($nn),Z, and I discovered that a couple of the necessary methods were missing. These I have added in.

Also, I have switched the order of two fields in the map file to make it more useful.

Paul.

gardners commented 5 years ago

I'm throwing this one away and starting from scratch implementing the changes on top of the head of master.