lukem512 / risky-business

A simple simulator of a SuperScalar RISC machine.
https://lukemitchell.co/risky-business/
0 stars 0 forks source link

Branch to register needed for function return #28

Open lukem512 opened 8 years ago

lukem512 commented 8 years ago

An MVP would be B r1. This is needed to return to the previous location on the call stack, when implementing functions.