ALU Logic Unit Card

List of articles related to the 'ALU Logic Unit' card

The Logic Unit is one of the three cards making up the broader Artihmetic Logic Unit (ALU).

This card handles 8-bit binary logic operations (AND, OR, XOR of the inputs from register B and C) and 8-bit unary logic operations (NOT and SHL of the inputs from register B). In all cases the output from this card can then be loaded into register A or D.

Below is a list of the blog articles relating to this card (in reverse date order):

 Complete

ALU Logic Unit

Placeholder image

13 Nov 2013 - 5 min read

ALU Design: 8-bit Logic Unit

In the last post I introduced the design for a 1-bit Logic Unit. This post covers the design effort to cram 8 of these on to a single pad board complete with connectors, …

Placeholder image

11 Nov 2013 - 5 min read

ALU Design: 1-bit Logic Unit

This post covers the design of a 1-bit Logic Unit that can produce AND, OR, XOR, NOT and SHL (Shift Left) outputs from two input bits B and C. Here’s a schematic of the …