(Match component page names with in-game display names, where possible) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Breadcrumbs|Alpha Branch}} | |||
{{Early-access-version|0|1346}} | |||
A list of components found in the game, updated for the alpha branch. | A list of components found in the game, updated for the alpha branch. | ||
Latest revision as of 00:47, 15 January 2025
A list of components found in the game, updated for the alpha branch.
Bit components[edit | edit source]
Logical operations[edit | edit source]
Splitters and Makers[edit | edit source]
Word components[edit | edit source]
Logical operations[edit | edit source]
- 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[edit | edit source]
- 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)
Splitters and makers[edit | edit source]
IO components[edit | edit source]
Level components[edit | edit source]
Component factory[edit | edit source]
Probes[edit | edit source]
Memory[edit | edit source]
Display[edit | edit source]
Input (IO)[edit | edit source]
Advanced[edit | edit source]
Verilog (dev_mode on
)[edit | edit source]
Level creation (DEV) components (dev_mode on
)[edit | edit source]
Probes[edit | edit source]
Input[edit | edit source]
- 1-bit input
- 1-bit input for custom components with value
- 1-bit input for custom components with message
- 2-bit input
- 3-bit input
- 4-bit input
- Word input
- Word input with message
- Word input with enable pin
Output[edit | edit source]
- 1-bit output
- 1-bit output with SUM label
- 1-bit output with CAR label
- 1-bit output with value
- 2-bit output
- 3-bit output
- 3-bit output with value
- 4-bit output
- Word output
- Word output with enable pin