Fix rot opcode
This commit is contained in:
parent
8376795d0d
commit
a20d7a6e0f
1 changed files with 5 additions and 4 deletions
|
@ -159,12 +159,13 @@ sections:
|
|||
input: [x1, x2, x3]
|
||||
output: [x2, x3, x1]
|
||||
microcode: |
|
||||
drop
|
||||
tmpl 0xa
|
||||
drop
|
||||
tmpl 0xb
|
||||
drop
|
||||
tmpl 0xc
|
||||
drop
|
||||
tmpl 0xb
|
||||
drop
|
||||
tmpl 0xa
|
||||
|
||||
tmpsr 0xb
|
||||
push
|
||||
tmpsr 0xc
|
||||
|
|
Loading…
Reference in a new issue