pskupinski / 65816.js

A JavaScript 65816 Microprocessor Emulator
14 stars 7 forks source link

STA(d,S),Y is broken #6

Open KarolS opened 5 years ago

KarolS commented 5 years ago

STA(d,S),Y instead of storing data where expected, loads it from the correct location but then mistakenly uses it as an address and stores A at some random spot in memory.