Compare commits

...

2 commits

Author SHA1 Message Date
slederer
8c84a4b877 README: try different way of embedding videos for gitlab 2024-10-04 22:32:57 +02:00
slederer
833861e377 doc/tridoracpu: fix INC example 2024-10-04 11:51:35 +02:00
2 changed files with 2 additions and 3 deletions

View file

@ -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| |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>| [![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) |
### 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 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.