SAP - 1+
1 Stars     183 Views    

Author: David Stevens

Forked from: Satvik Ramaprasad/SAP - 1

Project access type: Public

Description:

Simple as Possible Computer
You can program the ROM to do simple operations like addition and subtraction. To run the program, set the clear input to ground. The ROM currently performs 5+11-6 and then loops adding 11 and then subtracting 6. Instruction OP-Code
  • LDA       -  0x
  • ADD      -  1x
  • Subtract - 2x
  • JMP       - 3x
  • Output   -  ee
  • Halt        -  ff
Many thanks to Satvik for the original version.

Created: Apr 18, 2019

Updated: Jun 30, 2023


Comments

You must login before you can post a comment.