m (→IO: Moved level only components to own section) |
m (→8 bit components: Fixed links) |
||
Line 21: | Line 21: | ||
== 8 bit components == | == 8 bit components == | ||
[[8 Bit Delay Line]] | * [[Component/Delay Line (word)|8 Bit Delay Line]] | ||
[[8 Bit Counter]] | * [[Component/Counter|8 Bit Counter]] | ||
[[8 Bit Register]] | * [[Component/Register|8 Bit Register]] | ||
[[8 Bit Mux]] | * [[Component/Mux|8 Bit Mux]] | ||
[[8 Bit Switch]] | * [[Component/Switch (word)|8 Bit Switch]] | ||
[[Byte Splitter]] | * [[Component/Byte Splitter|Byte Splitter]] | ||
[[8 Bit Maker]] | * [[Component/8 Bit Maker|8 Bit Maker]] | ||
[[8 Bit Constant]] | * [[Component/Constant (word)|8 Bit Constant]] | ||
[[Less (signed)]] | * [[Component/Less (signed)|Less (signed)]] | ||
[[Less (unsigned)]] | * [[Component/Less (unsigned)|Less (unsigned)]] | ||
[[Equal]] | * [[Component/Equal|Equal]] | ||
[[Multiply]] | * [[Component/Multiply|Multiply]] | ||
[[Divide]] | * [[Component/Divide|Divide]] | ||
[[Add]] | * [[Component/Add|Add]] | ||
[[Negate]] | * [[Component/Negate|Negate]] | ||
[[8 Bit Arithmetic Shift right]] | * [[Component/Shift|8 Bit Arithmetic Shift right]] | ||
[[8 Bit Rotate right]] | * [[Component/Rotate|8 Bit Rotate right]] | ||
[[8 Bit Rotate left]] | * [[Component/Rotate|8 Bit Rotate left]] | ||
[[8 Bit Shift right]] | * [[Component/Shift|8 Bit Shift right]] | ||
[[8 Bit Shift left]] | * [[Component/Shift|8 Bit Shift left]] | ||
[[8 Bit XNOR]] | * [[Component/XNOR (word)|8 Bit XNOR]] | ||
[[8 Bit XOR]] | * [[Component/XOR (word)|8 Bit XOR]] | ||
[[8 Bit NOR]] | * [[Component/NOR (word)|8 Bit NOR]] | ||
[[8 Bit NAND]] | * [[Component/NAND (word)|8 Bit NAND]] | ||
[[8 Bit OR]] | * [[Component/OR (word)|8 Bit OR]] | ||
[[8 Bit AND]] | * [[Component/AND (word)|8 Bit AND]] | ||
[[8 Bit NOT]] | * [[Component/NOT (word)|8 Bit NOT]] | ||
== 16 bit components == | == 16 bit components == |
Revision as of 02:12, 27 August 2024
A list of components found in the game
1 bit components
Constant On
Constant Off
1-bit Not
1-bit Switch
1-bit And
1-bit Or
1-bit Nand
1-bit Nor
1-bit Xor
1-bit Xnor
1-bit Memory
1-bit Delay Line
Full Adder
8 bit components
- 8 Bit Delay Line
- 8 Bit Counter
- 8 Bit Register
- 8 Bit Mux
- 8 Bit Switch
- Byte Splitter
- 8 Bit Maker
- 8 Bit Constant
- Less (signed)
- Less (unsigned)
- Equal
- Multiply
- Divide
- Add
- Negate
- 8 Bit Arithmetic Shift right
- 8 Bit Rotate right
- 8 Bit Rotate left
- 8 Bit Shift right
- 8 Bit Shift left
- 8 Bit XNOR
- 8 Bit XOR
- 8 Bit NOR
- 8 Bit NAND
- 8 Bit OR
- 8 Bit AND
- 8 Bit NOT
16 bit components
(Same as 8 bit components, but with 16-bits in use)
32 bit components
(Same as 8 bit components, but with 32-bits in use)
64 bit components
(Same as 8 bit components, but with 64-bits in use)