This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
videoway:telidon [2025/02/01 20:33] – créée Yuki | videoway:telidon [2025/02/02 23:45] (current) – Yuki | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Télidon ====== | ||
+ | Selon quelques sources, le Vidéoway était basé sur Télidon pour la stack graphique. | ||
+ | |||
+ | ===== Opcodes ===== | ||
+ | |||
+ | < | ||
+ | p01dddff | ||
+ | │└┤└┴┤└┴─── Facilities field | ||
+ | │ │ └───── Descriptor field | ||
+ | │ └──────── Constant | ||
+ | └────────── Parity | ||
+ | </ | ||
+ | |||
+ | ^Function^Descriptor^Facilities bits^^Arguments^ | ||
+ | |Reset|0|0||none| | ||
+ | |Domain|::: | ||
+ | |Text|::: | ||
+ | |Texture|::: | ||
+ | |Point|1|invisible/ | ||
+ | |Line|2|join/ | ||
+ | |Arc|3|join/ | ||
+ | |Rectangle|4|join/ | ||
+ | |Polygon|5|join/ | ||
+ | |Field|6|0|| | | ||
+ | |Incremental point|::: | ||
+ | |Incremental line|::: | ||
+ | |Incremental polygon|::: | ||
+ | |Set colour|7|0|| | | ||
+ | |Wait|::: | ||
+ | |Select colour|::: | ||
+ | |Blink|::: | ||
+ | |||
+ | ===== Data ===== | ||
+ | |||
+ | < | ||
+ | p1xxxxxx | ||
+ | ││└┴┴┴┴┴─── Data | ||
+ | │└───────── Constant | ||
+ | └────────── Parity | ||
+ | </ | ||
+ | |||
+ | ==== Coordinates ==== | ||
+ | === 2D === | ||
+ | < | ||
+ | p1±xx±yy | ||
+ | p1xxxyyy | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | === 3D === | ||
+ | < | ||
+ | p1±x±y±z | ||
+ | p1xxyyzz | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | ==== Color ==== | ||
+ | < | ||
+ | p1grbgrb | ||
+ | ... | ||
+ | </ | ||
===== Liens ===== | ===== Liens ===== | ||
* [[https:// | * [[https:// |