CrabBoy Simple and stupid GB emulator in Rust. Usage Build cargo build --release --package crabboy --bin crabboy Run cargo run --release --package crabboy --bin crabboy -- --rom <path/to/a/homemade/rom.gb> TODO A lot: IO hardware simu time simu Display Sources bgb documentation found in http://bgb.bircd.org Gameboy CPU (LR35902) instruction set Game Boy™ CPU Manual (pdf) Length of instruction LD A,(C) in gameboy ~Z80 processor