The VSC-32 Computer

A very simple computer model with only 8 operations:
000 = stop, 001 = load, 010 = store, 011 = read
100 = write, 101 = add, 110 = subtract, 111 = jump



Main Memory: All 32 locations





CPU Registers:
PC: IR: Accum:
Decoded Instruction:
Enter Assembly Language Program in left text area.
Then, click Assemble to see the translation to (binary) machine language!