Single instruction CPU
0 Stars     21 Views    

Author: noulmao

Forked from: Daniela Pollarolo/Single instruction CPU

Project access type: Public

Description:

8 bit Harvard Architecture CPU with a single instruction, SUBLEQZ. It is Turing complete.

There's 3 fields A, B and jump.

It performs B=B-A, and if B is less than or equal to zero if jumps the distance jump instead of incrementing the program counter by one.

There is a keyboard mapped to address zero for reading, don't write to this address.

Created: Nov 30, 2021

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.