mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-25 02:51:47 +08:00
initial import to public repository
This commit is contained in:
12
materials/chapter2/mem_inst.csv
Normal file
12
materials/chapter2/mem_inst.csv
Normal file
@@ -0,0 +1,12 @@
|
||||
指令,指令功能
|
||||
LD.B,取字节
|
||||
LD.BU,取字节,无符号扩展
|
||||
LD.H,取半字
|
||||
LD.HU,取半字,无符号扩展
|
||||
LD.W,取字
|
||||
LD.WU,取字,无符号扩展
|
||||
LD.D,取双字
|
||||
ST.B,存字节
|
||||
ST.H,存半字
|
||||
ST.W,存字
|
||||
ST.D,存双字
|
||||
|
Reference in New Issue
Block a user