SAP-1
0 Stars     30 Views    

Author: julio fabio de la cruz

Forked from: simontiger/SAP-1

Project access type: Public

Description:

SAP-1 ("Simple As Possible")
A simple 8-bit processor. It has a simple instruction set:
  • LDA - 0 - Load RAM data into accumulator
  • ADD - 1 - Add RAM data to accumulator
  • SUB - 2 - Subtract RAM data from accumulator
  • OUT - e - Load accumulator data into output register
  • HLT - f - Stop processing
Credits to the book "Digital Computer Electronics" by Albert Paul Mauvino, where he invented the educational processor.

Created: May 22, 2020

Updated: Apr 05, 2021


Comments

You must login before you can post a comment.