Incrementer Card

List of articles related to the 'Incrementer' card

The incrementer card can take an input from the address bus and increment it by one placing the result in the increment register. This is primarily used to increment to program counter but also can increment the XY register too.

The incrementer makes up the broader ‘control unit’ within the computer.

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

 Complete

Incrementer

Placeholder image

17 Jul 2017 - 3 min read

Incrementer Design

In my last post I covered the design of the 16-bit half adder which takes whatever value is currently on the address bus and increments it by one. To make this incremented …