Skip to content

Commit d1629e7

Browse files
authored
Add xs registers to mop.rr.n
Signed-off-by: Derek Hower <[email protected]>
1 parent e8f9ccc commit d1629e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/inst/Zimop/mop.rr.n.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
and 7, inclusive. Unless redefined by another extension, these instructions simply write 0 to X[xd].
1010
Their encoding allows future extensions to define them to read X[xs1] and X[xs2], as well as write X[xd].
1111
definedBy: Zimop
12-
assembly: xd
12+
assembly: xd, xs1, xs2
1313
encoding:
1414
match: 1-00--1----------100-----1110011
1515
variables:

0 commit comments

Comments
 (0)