From 4dd6bf61159ca3984b2144bcd46082b336e1646a Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Wed, 24 Apr 2019 20:11:08 +0200 Subject: [PATCH] Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 94230b5..529477a 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,20 @@ Branch to address of label if **C-flag** is 0. Branch to address of label if **O-flag** is 0. +### BOP +Branch to address specified by entry in optable pointed to by highest 4 bits +in IR. + + +### BAM +Branch to address specified by entry in addressing mode pointed to by M-bits in +IR. + + +### BST +Branch to start. This sets uPC = 0. + + ### RESET [reg] Sets all bits in the specified register to 1.