SAP-1
0 Stars     2 Views    

Author: Abhishek Ghosh

Forked from: DR A K Dubey/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: Oct 04, 2020

Updated: Oct 04, 2020


Comments

You must login before you can post a comment.