ALU: Difference between revisions

From TernaryWiki
Jump to navigationJump to search
Created page with "'''Arithmetic Logic Unit''' preforms arithmetic and logic operations on data. It is a fundamental building block of most CPUs. ==References== * [https://en.wikipedia.org/wiki/Arithmetic_logic_unit Wikipedia Arithmetic Logic Unit]"
 
No edit summary
 
Line 1: Line 1:
'''Arithmetic Logic Unit''' preforms arithmetic and logic operations on data. It is a fundamental building block of most CPUs.
'''Arithmetic Logic Unit''' preforms arithmetic and logic operations on data. It is a fundamental building block of most CPUs.
==TNINE==
The TNINE's ALU computes balanced ternary arithmetic and logic operations. It is capable to doing math like addition, subtraction, and multiplication. Due to the complexity and required logic to do division, the ALU is not capable of division. Division can be implemented in code. Some of the other logic operations can be used to speed up division algorithms.


==References==
==References==
* [https://en.wikipedia.org/wiki/Arithmetic_logic_unit Wikipedia Arithmetic Logic Unit]
* [https://en.wikipedia.org/wiki/Arithmetic_logic_unit Wikipedia Arithmetic Logic Unit]

Latest revision as of 23:27, 20 May 2025

Arithmetic Logic Unit preforms arithmetic and logic operations on data. It is a fundamental building block of most CPUs.

TNINE

The TNINE's ALU computes balanced ternary arithmetic and logic operations. It is capable to doing math like addition, subtraction, and multiplication. Due to the complexity and required logic to do division, the ALU is not capable of division. Division can be implemented in code. Some of the other logic operations can be used to speed up division algorithms.

References