Autosave: 2024-03-12 07:00:03

This commit is contained in:
thomasabishop 2024-03-12 07:00:03 +00:00
parent 0b96301ce2
commit c8cc210258

View file

@ -32,8 +32,7 @@ instruction:
| 1101 | opcode | `mov` : move the value | | 1101 | opcode | `mov` : move the value |
| 0 | -- | -- | | 0 | -- | -- |
| 0000 | -- | -- | | 0000 | -- | -- |
| 0111 | destination register | destinaation is 0111 which corresonds | | 0111 | destination register | destination is 0111 which means `r7` |
| to `r7` |
| 0000 | -- | -- | | 0000 | -- | -- |
| 00000100 | immediate value | the binary representation of decimal '4' | | 00000100 | immediate value | the binary representation of decimal '4' |