CHIP-8 Rust emu
- 2 Devlogs
- 3 Total hours
Building a Chip-8 Emulator (for like the 3rd time) but in Rust to learn about emulation
Building a Chip-8 Emulator (for like the 3rd time) but in Rust to learn about emulation
Re structured some code and added opcode handling and implemented the first op-codes
Made the Chip8 Struct with all the vm’s properties.
Made a function to initialize the struct and another to load the desired program into memory starting at 0x200 as the spec sheet says