Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Aug 14, 2024
1 parent eb3a329 commit 9164579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The instructions of Leros can be categorized into the following types:
| loadh3i | A$_{31-24}$ = i | Load immediate into fourth byte (sign extend i) |
| store | Rn = A | Store A into register Rn |
| jal | PC = A, Rn = PC + 2 | Jump to A and store return address in Rn |
| ldaddr | AR = Rn | Load address register AR with Rn |
| ldaddr | AR = Rn | Load address register AR with Rn |
| loadind | A = mem[AR+(i << 2)] | Load a word from memory into A |
| loadindb | A = mem[AR+i]$_{7-0}$ | Load a byte signe extending from memory into A |
| storeind | mem[AR+(i << 2)] = A | Store A into memory |
Expand Down

0 comments on commit 9164579

Please sign in to comment.