sakkurax7 / 6502-em

Emulator for the 6502 microprocessor, inspired by the Ben Eater series on YouTube.
MIT License
0 stars 0 forks source link

Create functions for all the addressing modes #17

Closed sakkurax7 closed 3 years ago

sakkurax7 commented 3 years ago

This will probably be easier than addressing everything individually.

sakkurax7 commented 3 years ago

http://www.obelisk.me.uk/6502/addressing.html#ZPG

sakkurax7 commented 3 years ago

Fixed with https://github.com/ejnAjaK3VgnnHBLk/6502-em/pull/20#issue-727291000

sakkurax7 commented 3 years ago

Forgot to mention to switch every case in cpu.cpp to use the new functions as well for standardization.

sakkurax7 commented 3 years ago

Fixed with https://github.com/ejnAjaK3VgnnHBLk/6502-em/pull/21