AnnsAnns / gb_emulator

A Gameboy Emulator written in Rust
European Union Public License 1.2
5 stars 1 forks source link

Bit Shift Instructions #5

Closed AnnsAnns closed 6 months ago

AnnsAnns commented 6 months ago

https://rgbds.gbdev.io/docs/v0.6.1/gbz80.7/#Bit_Operations_Instructions

LaurinZ commented 6 months ago

doing Bit operations for now, bit shifts and bit operations maybe could be/have been seperated? https://github.com/HAW-Rust-SoSe24/gb_emulator/tree/bit_operations