diff --git a/README.md b/README.md
index d4b1c56..152a2ec 100644
--- a/README.md
+++ b/README.md
@@ -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|
|---|---|
-|||
-
+[](https://insignificance.de/tridora/tdr-hello.mp4)|[](https://insignificance.de/tridora/tdr-lines.mp4) |
### Pictures
diff --git a/doc/tridoracpu.md b/doc/tridoracpu.md
index 118635a..65c98c7 100644
--- a/doc/tridoracpu.md
+++ b/doc/tridoracpu.md
@@ -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.