(Created page with "A list of components found in the game, updated for the alpha branch. * {{Component|Wire||alpha}} == Bit components == * {{Component|ON|Constant ON}} * {{Component|OFF|Constant OFF}} * {{Component|Switch||alpha}} * {{Component|ADD|Full adder|alpha}} * {{Component|1-bit decoder||alpha}} * {{Component|2-bit decoder||alpha}} * {{Component|3-bit decoder||alpha}} * {{Component|Register||alpha}} * {{Component|Delay line||alpha}} === Logical operations === * {{Component|NOT||...") |
No edit summary |
||
Line 39: | Line 39: | ||
* {{Component|Delay line (word)|Delay line|alpha}} | * {{Component|Delay line (word)|Delay line|alpha}} | ||
=== Logical operations === | === Logical operations === | ||
* {{ | * {{Component|ROR (word)|ROR (rotate right)|alpha}} | ||
* {{ | * {{Component|ROL (word)|ROL (rotate left)|alpha}} | ||
* {{ | * {{Component|ASR (word)|ASR (arithmetic shift right)|alpha}} | ||
* {{ | * {{Component|LSR (word)|LSR (logical shift right)|alpha}} | ||
* {{ | * {{Component|LSL (word)|LSL (logical shift left)|alpha}} | ||
* {{Component|NOT (word)|NOT|alpha}} | * {{Component|NOT (word)|NOT|alpha}} | ||
* {{Component|AND (word)|AND|alpha}} | * {{Component|AND (word)|AND|alpha}} |
Revision as of 06:28, 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)