We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6865794 commit d0581e5Copy full SHA for d0581e5
docs/Zune software/Iris/uix-assembly.md
@@ -411,8 +411,8 @@ OPR <operationHostTypeIndex>, 17
411
#### PostDecrement
412
Pops a value $a$ off the stack and pushes $a - 1$. This is a virtual instruction for [Operation](#operation).
413
```asm
414
-RNE <operationHostTypeIndex>
415
-DEC <operationHostTypeIndex>, 18
+DEC <operationHostTypeIndex>
+OPR <operationHostTypeIndex>, 18
416
```
417
418
## TODO
0 commit comments