Skip to content

Commit

Permalink
Fixing tiny bug in RISC-U spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirsch committed May 20, 2021
1 parent e74cf2d commit 98043e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscu.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ The parameter `imm` denotes a signed integer value represented by a fixed number

#### System

`ecall`: system call number is in `a7`, parameters are in `a0-a2`, return value is in `a0`.
`ecall`: system call number is in `a7`, parameters are in `a0-a3`, return value is in `a0`.

0 comments on commit 98043e4

Please sign in to comment.