My 2-bit computer

Project Description

A 2-bit computer with 8-bit addresses.

Instructions:
00 A B - Adds B into A
01 A - Swaps the bits of A
10 A - Shifts A left
11 A - Jumps to A

Controller:
00 - Down
01 - Right
10 - Left
11 - Up

Output:
00 - Nothing
01 - Newline
10 - Backspace
11 - Something

Created September 1, 2025

Last updated September 1, 2025

Published September 1, 2025