Rename Copy to MemCopy and also add RegCopy.
This commit is contained in:
5
vm.md
5
vm.md
@@ -124,6 +124,9 @@ Arithmetic instructions store their result in the last register specified.
|
|||||||
* (hw = half word)
|
* (hw = half word)
|
||||||
* **Params**: REG1, IMM_HW
|
* **Params**: REG1, IMM_HW
|
||||||
* `REG1 = IMM_HW`
|
* `REG1 = IMM_HW`
|
||||||
* Copy
|
* MemCopy
|
||||||
* **Params**: REG1, REG2
|
* **Params**: REG1, REG2
|
||||||
* `MEM[REG1] = MEM[REG2]`
|
* `MEM[REG1] = MEM[REG2]`
|
||||||
|
* RegCopy
|
||||||
|
* **Params**: REG1, REG2
|
||||||
|
* `REG1 = REG2`
|
||||||
|
|||||||
Reference in New Issue
Block a user