jeremyBanks / 0dmg

Learning Rust by building a partial Game Boy emulator.
MIT License
21 stars 2 forks source link

Use codes/ to generate boot ROM as a #[test] #13

Closed jeremyBanks closed 6 years ago

jeremyBanks commented 6 years ago

We'll keep using the hard-coded bytes, but also use those to test an assembled version, once we've added all of the necessary instructions.

jeremyBanks commented 6 years ago

started in 5a8f78e2b3be9b5a1d276079b8f6a80c1288a0ad, with the constant ROM added as a Code block

jeremyBanks commented 6 years ago

It's round-tripping, I'm calling that good enough. It's neat.