Skip to content

Commit

Permalink
Update 18_Branch_Manager.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyMiraidon authored Oct 31, 2023
1 parent 82749e3 commit 9745fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/01_Module_Docs/18_Branch_Manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* ```act_taken```
|```act_taken```|```npc```|
|:---|:---:|
|```act_taken == 0```|```npc = curr_ins_pc + 4```|
|```act_taken == 1```|```npc = curr_ins_addr```|
|```act_taken == 0```|```npc = pred_pc + 4```|
|```act_taken == 1```|```npc = pred_addr```|
- Else
* ```flush = 0```
* ```pred_taken```
Expand Down

0 comments on commit 9745fab

Please sign in to comment.