1
1
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:
Zhang Fuxin
2021-10-27 19:14:51 +08:00
commit c632bed67e
362 changed files with 53748 additions and 0 deletions

View 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,存双字
1 指令 指令功能
2 LD.B 取字节
3 LD.BU 取字节,无符号扩展
4 LD.H 取半字
5 LD.HU 取半字,无符号扩展
6 LD.W 取字
7 LD.WU 取字,无符号扩展
8 LD.D 取双字
9 ST.B 存字节
10 ST.H 存半字
11 ST.W 存字
12 ST.D 存双字