No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
* {{Component|XNOR}} | * {{Component|XNOR}} | ||
=== Splitters and Makers === | === Splitters and Makers === | ||
* {{Component|Splitters|8-bit splitter|alpha}} | |||
* {{Component|Splitters|4-bit splitter|alpha}} | |||
* {{Component|Splitters|2-bit splitter|alpha}} | * {{Component|Splitters|2-bit splitter|alpha}} | ||
* {{Component| | * {{Component|Makers|8-bit maker|alpha}} | ||
* {{Component| | * {{Component|Makers|4-bit maker|alpha}} | ||
* {{Component|Makers|2-bit maker|alpha}} | * {{Component|Makers|2-bit maker|alpha}} | ||
== Word components == | == Word components == |
Revision as of 06:29, 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)