Display 7 segmentos
0 Stars     12 Views    

Author: César

Forked from: César/Display 7 segmentos

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. Instruction OP-Code
  • LDA       -  0x
  • ADD      -  1x
  • Subtract - 2x
  • Output   -  ee
  • Halt        -  ff

Created: Sep 26, 2020

Updated: Sep 26, 2020


Comments

You must login before you can post a comment.