Components: Difference between revisions

From Turing Complete
(Created page with "A list of components found in the game")
 
(→‎1 bit components: Added 3 Pin AND & 3 Pin OR)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A list of components found in the game
A list of components found in the game
</br>
[[Wire]] 
== 1 bit components ==
* [[Component/ON|Constant On]] 
* [[Component/OFF|Constant Off]]
* [[Component/NOT|NOT]]
* [[Component/Switch|Switch]]
* [[Component/AND|AND]]
* [[Component/OR|OR]]
* [[Component/NAND|NAND]]
* [[Component/NOR|NOR]]
* [[Component/XOR|XOR]]
* [[Component/XNOR|XNOR]]
* [[Component/3 Pin AND|3 Pin AND]]
* [[Component/3 Pin OR|3 Pin OR]]
* [[Component/1 Bit memory|1 Bit memory]]
* [[Component/Delay Line|Delay Line]]
* [[Component/Full Adder|Full Adder]]
* [[Component/1 Bit decoder|1 Bit decoder]]
* [[Component/2 Bit decoder|2 Bit decoder]]
* [[Component/3 Bit decoder|3 Bit decoder]]
== 8 bit components ==
* [[Component/Delay Line (word)|8 Bit Delay Line]]
* [[Component/Counter|8 Bit Counter]]
* [[Component/Register|8 Bit Register]]
* [[Component/Mux|8 Bit Mux]]
* [[Component/Switch (word)|8 Bit Switch]]
* [[Component/Byte Splitter|Byte Splitter]]
* [[Component/8 Bit Maker|8 Bit Maker]]
* [[Component/Constant (word)|8 Bit Constant]]
* [[Component/Less (signed)|Less (signed)]]
* [[Component/Less (unsigned)|Less (unsigned)]]
* [[Component/Equal|Equal]]
* [[Component/Multiply|Multiply]]
* [[Component/Divide|Divide]]
* [[Component/Add|Add]]
* [[Component/Negate|Negate]]
* [[Component/Shift|8 Bit Arithmetic Shift right]]
* [[Component/Rotate|8 Bit Rotate right]]
* [[Component/Rotate|8 Bit Rotate left]]
* [[Component/Shift|8 Bit Shift right]]
* [[Component/Shift|8 Bit Shift left]]
* [[Component/XNOR (word)|8 Bit XNOR]]
* [[Component/XOR (word)|8 Bit XOR]]
* [[Component/NOR (word)|8 Bit NOR]]
* [[Component/NAND (word)|8 Bit NAND]]
* [[Component/OR (word)|8 Bit OR]]
* [[Component/AND (word)|8 Bit AND]]
* [[Component/NOT (word)|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)''
== IO ==
* {{Component|HDD}}
* {{Component|Byte Indexer}}
* {{Component|Bit Indexer}}
* {{Component|Program}}
* {{Component|Halt}}
* {{Component|Sound}}
* {{Component|Configurable delay}}
=== RAM ===
* {{Component|RAM}}
* {{Component|ROM}}
* {{Component|Dual Load RAM}}
* {{Component|Fast RAM}}
* {{Component|Latency RAM}}
=== Level ===
* {{Component|Level output}}
* {{Component|Level input}}
* {{Component|Level Screen}}
=== Probe ===
* {{Component|Memory Probe}}
* {{Component|Memory Probe (bit)}}
* {{Component|Wire Probe}}
* {{Component|Wire Probe (bit)}}
=== Display ===
* {{Component|6x8 Dot Matrix Display}}
* {{Component|7 Segment Display}}
* {{Component|Console}}
* {{Component|Sprite Display}}
=== Sandbox only ===
* {{Component|File Loader}}
* {{Component|Keyboard}}
* {{Component|Network}}
* {{Component|Time}}

Latest revision as of 07:47, 2 September 2024