1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00

README.md: "jr" is of I-type

This commit is contained in:
Henrik Hautakoski 2018-10-27 19:12:36 +02:00
parent 584d731122
commit 61da2339f2
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -33,7 +33,7 @@ There are 16 different instructions.
| 0101 | sw | R | store word |
| 0110 | beq | RI | Branch on equal |
| 0111 | jmp | J | Jump |
| 1000 | jr | J | Jump (register) |
| 1000 | jr | I | Jump (register) |
| 1001 | - | - | Reserved |
| 1010 | - | - | Reserved |
| 1011 | - | - | Reserved |