You must login before you can post a comment.
Author: SapereCircuit
Forked from: SapereCircuit/8-bit Arithmetic Logic Unit (2
Project access type: Public
Description:
A simple 8-bit arithmetic logical unit.
The following commands are implemented:
Logic Operations:
[0] 000: OR
[1] 001: NAND
[2] 010:NOR
[3] 011: AND
Arithmetic Operations:
[4] 100: ADD
[5] 101: SUB
The two's complement for subtraction uses the built in component.
Created: Apr 11, 2023
Updated: Aug 27, 2023
Comments