SAP-1
2 Stars     840 Views    

Author: simontiger

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: Sep 03, 2019

Updated: Jun 30, 2023


Comments

You must login before you can post a comment.