doc/tridoracpu: fix INC example
This commit is contained in:
parent
4af05753e5
commit
833861e377
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ Load variable and increment by 3, putting the new value on top of the stack, kee
|
||||||
the old value on the stack:
|
the old value on the stack:
|
||||||
|
|
||||||
LOAD 4
|
LOAD 4
|
||||||
INC 3
|
INC.S1.X2Y 3
|
||||||
|
|
||||||
After this sequence, the stack contains the original value of the variable and the
|
After this sequence, the stack contains the original value of the variable and the
|
||||||
incremented value.
|
incremented value.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue