Skip to content

Commit d0581e5

Browse files
committed
Fix typo in PostDecrement
1 parent 6865794 commit d0581e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Zune software/Iris/uix-assembly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ OPR <operationHostTypeIndex>, 17
411411
#### PostDecrement
412412
Pops a value $a$ off the stack and pushes $a - 1$. This is a virtual instruction for [Operation](#operation).
413413
```asm
414-
RNE <operationHostTypeIndex>
415-
DEC <operationHostTypeIndex>, 18
414+
DEC <operationHostTypeIndex>
415+
OPR <operationHostTypeIndex>, 18
416416
```
417417

418418
## TODO

0 commit comments

Comments
 (0)