bugzmanov / nes_ebook

A mini book on writing NES emulator using rust lang

Home Page:https://bugzmanov.github.io/nes_ebook/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test case 2 problem. Reset function overwrites certain data.

polpokpol opened this issue · comments

in the function reset() before register_a successfully transfer the data to register_x, the reset function overwrites the register_a with 0 causing the register_x to be 0 also instead of the intended data.

Hello thanks for your work by the way I have learned a lot in learning rust language because of this project, I really appreciate your work :).