matheusgomes28 / 65k-cpp

6502 Emulator written in C++
7 stars 1 forks source link

Implement LSR ➡️ #60

Closed matheusgomes28 closed 1 month ago

matheusgomes28 commented 1 month ago

ROR and ROL have been implemented. In the same theme of shift operations, we still have LSR.

Differences between ROR and LSR:

matheusgomes28 commented 1 month ago

closed with #61