Compare commits

..

No commits in common. "8c84a4b8772a3d48fbb478bdaefee46106b42d60" and "4af05753e598d793a1c9028d5b40dacd03777b64" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,8 @@ Everything is open source, so you can read, understand and modify the whole syst
|Compiling and Running "Hello World"|Moving Lines Demo| |Compiling and Running "Hello World"|Moving Lines Demo|
|---|---| |---|---|
[![image](https://insignificance.de/tridora/tdr-hello-thumb.jpg)](https://insignificance.de/tridora/tdr-hello.mp4)|[![image](https://insignificance.de/tridora/tdr-lines-thumb.jpg)](https://insignificance.de/tridora/tdr-lines.mp4) | |<video src="https://insignificance.de/tridora/tdr-hello.mp4" controls></video>|<video src="https://insignificance.de/tridora/tdr-lines.mp4" controls></video>|
### Pictures ### Pictures

View file

@ -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.S1.X2Y 3 INC 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.