Binary Numbers Table

00000
10001
20010
30011
40100
50101
60110
70111
81000
91001
101010
111011
121100
131101
141110
151111
mobile csp logo





INST DATA 
0000: 1000:
0001: 1001:
0010: 1010:
0011: 1011:
0100: 1100:
0101: 1101:
0110: 1110:
0111: 1111:



ICTR:  IREG:
ACC:


Instruction Set
  <x> is a 4-bit memory address
  0000        -- NOP (Do nothing)
  0001 <x> -- LOAD value at <x> to ACC
  0010 <x> -- STORE value in ACC at <x>
  0011 <x> -- ADD value at <x> to ACC
  0100 <x> -- SUB value at <x> from ACC
  0101 <x> -- MUL ACC by value at <x>
  0110 <x> -- DIV ACC by value at <x>
  1000 <x> -- PRINT <x> to Monitor
  1001 <x> -- INPUT keyboard to <x>

Help