A list of components found in the game, updated for the alpha branch.
Bit components
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)
Splitters and makers
IO components
Level components
Component factory
Probes
Memory
Display
Input (IO)
Advanced
Verilog (dev_mode on
)
Level creation (DEV) components (dev_mode on
)
Probes
Input
- 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
- 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