Learn a new language (aka Rust) and learn (or reinforce existing) knowledge on low level computer science fundamentals.
- Rust programming language
- Computer science fundamentals
- How a computer operates at a binary level
- Better understanding/visualization how CPU's work and how the data flows between ram, stacks, registers, etc.
- CPU Opcodes
- Assembly
- Stack and/or register based Virtual machines
- Binary / Hexadecimal
- Bit masking/shifting
- Bitwise operations
- SDL2 (+rust bindings)
https://chip-8.github.io/links/ https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#specifications https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Technical-Reference https://github.com/mattmikolay/chip-8/wiki/Mastering-CHIP%E2%80%908 https://stackoverflow.com/a/25743731/2254192