sambattalio / gameboy

Trying to make a gameboy emulator ‾\_(ツ)_/‾
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

SET b, r #17

Open sambattalio opened 4 years ago

sambattalio commented 4 years ago

Opcodes C0-C7

Sets bit b in register r. page 109 in linked spec manual.

jfox13-nd commented 4 years ago

I'd like to follow in the footsteps of prolific Arch user @ginglis13 and take this issue on