Add Home
+5
@@ -0,0 +1,5 @@
|
||||
### Load/Store and Data Movement Instructions
|
||||
| Hex | Code | Operands | Description |
|
||||
|--------|------|--------------------|--------------------------------------------------------------------------------------------------|
|
||||
| 0x01 | MOV | [reg0, reg1] | Copies the value from reg0 to reg1. |
|
||||
| 0x02 | LDB | [reg, offset(base)]| Loads a byte from memory address (base + offset) into `reg'. The effective address must be byte-aligned.|
|
||||
Reference in New Issue
Block a user