By default, I'm not sure what will happen when I implement the branch instructions. But eventually, it would be good to be able to support branch prediction.
However, don't prematurely optimise, this is something that should be implemented after the basic branch instructions are developed and proven to work on their own. As a baseline, the branch instructions should probably just stall until the conditional has been determined or not.
By default, I'm not sure what will happen when I implement the branch instructions. But eventually, it would be good to be able to support branch prediction.
However, don't prematurely optimise, this is something that should be implemented after the basic branch instructions are developed and proven to work on their own. As a baseline, the branch instructions should probably just stall until the conditional has been determined or not.