@@ -124,6 +124,9 @@ Arithmetic instructions store their result in the last register specified.
* (hw = half word)
* **Params**: REG1, IMM_HW
* `REG1 = IMM_HW`
* Copy
* MemCopy
* **Params**: REG1, REG2
* `MEM[REG1] = MEM[REG2]`
* RegCopy
* **Params**: REG1, REG2
* `REG1 = REG2`
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.