No edit summary |
No edit summary |
||
Line 76: | Line 76: | ||
* {{Component|Static indexer||alpha}} | * {{Component|Static indexer||alpha}} | ||
* {{Component|Static value||alpha}} | * {{Component|Static value||alpha}} | ||
=== Level components === | === Level components === | ||
* {{Component|Level input||alpha}} | * {{Component|Level input||alpha}} | ||
* {{Component|Level output||alpha}} | * {{Component|Level output||alpha}} | ||
=== Component factory === | |||
* {{Component|Input pin|Input pin|alpha}} | |||
* {{Component|Output pin|Output pin|alpha}} | |||
=== Probes === | === Probes === | ||
* {{Component|Wire probe|Wire probe (bit)|alpha}} | * {{Component|Wire probe|Wire probe (bit)|alpha}} |
Revision as of 06:31, 14 January 2025
A list of components found in the game, updated for the alpha branch.
Bit components
- Constant ON
- Constant OFF
- Switch
- Full adder
- 1-bit decoder
- 2-bit decoder
- 3-bit decoder
- Register
- Delay line
Logical operations
Splitters and Makers
Word components
Logical operations
- ROR (rotate right)
- ROL (rotate left)
- ASR (arithmetic shift right)
- LSR (logical shift right)
- LSL (logical shift left)
- NOT
- AND
- OR
- NAND
- NOR
- XOR
- XNOR
Mathematical operations
- LESS (signed less than)
- LOW (unsigned less than)
- EQ (equality)
- MUL (multiplication)
- MOD (remainder after division)
- DIV (division)
- INC (add 1)
- ADD (addition)
- NEG (negation)