This commit is contained in:
pjht 2016-05-06 14:07:16 -05:00
parent 2acf099acc
commit 2720c24118
3 changed files with 1517 additions and 1 deletions

View File

@ -16,7 +16,7 @@
10-SUB A,B 10-SUB A,B
11-SUB A,C 11-SUB A,C
12-SUB A,D 12-SUB A,D
13-OR A.B 13-OR A,B
14-OR A,C 14-OR A,C
15-OR A,D 15-OR A,D
16-AND A.B 16-AND A.B

1511
other cpu/cpu.circ Normal file

File diff suppressed because it is too large Load Diff

5
other cpu/ins set.txt Normal file
View File

@ -0,0 +1,5 @@
000x01-LOD(x is 3-bit register ID)
000x02-STO(x is 3-bit register ID)
000x03-LODI(x is 3-bit register ID)
00xy04-LODwP(x is 3-bit register ID,y is 2-bit register pair ID)Note:cannot write to either register in address register pair
00xy05-STOwP(x is 3-bit register ID,y is 2-bit register pair ID)Note:cannot write to either register in address register pair