diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-28 12:42:14 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-28 12:42:14 +0000 |
| commit | 95d8b69c68a17cf3fbcfb6d9f4752c9a90e9da69 (patch) | |
| tree | 2083ed2af86124e9ddbf4811a5b7650d0a43f893 /notes.md | |
| parent | disassembly helper (diff) | |
| download | subv-95d8b69c68a17cf3fbcfb6d9f4752c9a90e9da69.tar.gz subv-95d8b69c68a17cf3fbcfb6d9f4752c9a90e9da69.zip | |
tests, cleanup, verify.py
Diffstat (limited to 'notes.md')
| -rw-r--r-- | notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ opcode: 0b0010111 / 0x17 - imm20: top 20 bits of offset added to PC - result stored in rd -## U-Format: op(imm20/21) -> rd +## J-Format: op(imm20/21) -> rd `opcode[7] rd[5] imm31:12[20]` immediates on a 32bit scale (jal) |
