martinlindhe / dustbox-rs

DOS emulator (semi-abandoned)
https://martinlindhe.github.io/dustbox-rs/
MIT License
48 stars 7 forks source link

Refactor cpu memory access and instruction decoding #20

Closed nicklaswj closed 6 years ago

nicklaswj commented 6 years ago

As it stands now, cpu.rs does everything; read/write directly to memory, segment translation and instruction decoding - It's a mess.

The following is work in progress in branch https://github.com/martinlindhe/dustbox-rs/tree/memory_decoding_refactoring