Update README

This commit is contained in:
Gabriel Tofvesson 2019-04-24 20:11:08 +02:00
parent e67be67d57
commit 4dd6bf6115

View File

@ -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.