Update README.md
This commit is contained in:
@@ -28,7 +28,10 @@ make
|
||||
|
||||
```
|
||||
; Move register RY to register RX
|
||||
MOV RX, RY
|
||||
MOV RX, RY
|
||||
|
||||
; Put value X in register RX
|
||||
PUT RX, X
|
||||
|
||||
; Arithmetic addition and substraction stored in RX
|
||||
ADD RX, RY
|
||||
@@ -64,4 +67,4 @@ HLT
|
||||
|
||||
## Known bugs
|
||||
|
||||
- R0 is not usable (confusion with NOP opcode 0 in memory)
|
||||
- R0 is not usable (confusion with NOP opcode 0 in memory)
|
||||
|
||||
Reference in New Issue
Block a user