ALU

From TernaryWiki
Jump to navigationJump to search

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