Expand description
Types of nodes used in the TIS-100.
Structs§
- Basic
Execution Node - Executes TIS-100 assembly code. Once a
Programhas been set on the node, the node may be executed using alternating calls ofstepandsync. - Damaged
Execution Node - A corrupted TIS-100 node.
stepandsynchave no effect. - Stack
Memory Node - A node which stores values written to it on a stack. When the node is read from it will pop the top value off of the stack and return it.
- Test
Image Node - Test
Input Node - Test
Output Node