mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-27 03:50:35 +08:00
initial import to public repository
This commit is contained in:
5
materials/chapter2/isatype.csv
Normal file
5
materials/chapter2/isatype.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
堆栈型,累加器型,寄存器-存储器型,寄存器-寄存器型
|
||||
PUSH A,LOAD A,"LOAD R1,A","LOAD R1,A"
|
||||
PUSH B,ADD B,"ADD R1,B","LOAD R2,B"
|
||||
ADD,STORE C,"STORE C,R1","ADD R3,R1,R2"
|
||||
POP C,,,"STORE C,R3"
|
||||
|
Reference in New Issue
Block a user