Compare commits
2 commits
4af05753e5
...
8c84a4b877
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c84a4b877 | ||
|
|
833861e377 |
2 changed files with 2 additions and 3 deletions
|
|
@ -27,8 +27,7 @@ Everything is open source, so you can read, understand and modify the whole syst
|
|||
|
||||
|Compiling and Running "Hello World"|Moving Lines Demo|
|
||||
|---|---|
|
||||
|<video src="https://insignificance.de/tridora/tdr-hello.mp4" controls></video>|<video src="https://insignificance.de/tridora/tdr-lines.mp4" controls></video>|
|
||||
|
||||
[](https://insignificance.de/tridora/tdr-hello.mp4)|[](https://insignificance.de/tridora/tdr-lines.mp4) |
|
||||
|
||||
### Pictures
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
LOAD 4
|
||||
INC 3
|
||||
INC.S1.X2Y 3
|
||||
|
||||
After this sequence, the stack contains the original value of the variable and the
|
||||
incremented value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue