pveentjer / Rust-based-ARM-emulator

A bogus CPU emulator written in Rust.
52 stars 6 forks source link

Fix EXIT #12

Open pveentjer opened 4 months ago

pveentjer commented 4 months ago

The EXIT should be a serializing instruction, so it should wait till the ROB and SB have been drained before being placed in the instruction queue.