Update README.md

This commit is contained in:
xamidev
2024-10-20 17:18:20 +02:00
committed by GitHub
parent c31fdb2f29
commit 83efce74b9

View File

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