upload
This commit is contained in:
parent
2acf099acc
commit
2720c24118
@ -16,7 +16,7 @@
|
||||
10-SUB A,B
|
||||
11-SUB A,C
|
||||
12-SUB A,D
|
||||
13-OR A.B
|
||||
13-OR A,B
|
||||
14-OR A,C
|
||||
15-OR A,D
|
||||
16-AND A.B
|
||||
|
1511
other cpu/cpu.circ
Normal file
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
5
other cpu/ins set.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user