汇编英文全称

mov move

mvn Mov Negative

ldr LoaD Register

str Store Register

lsl Logic Shift Left

lsr Logic Shift Right

asr Arithmetic Shift Right 算数右移

ror Rotate right 循环右移

bic bit clear

adc ADd with Carry

sbc subtract with Carry

mrs Move to Register from Special register

msr Move to Special register from Register

stm Store Multiple

ldm Store Multiple

stmfd Full Descending 满减栈

m在前大部分为move,m在后大部分为Mutiple多个

s可能是shift或者special register

r基本上是Register寄存器或者右

ld即Load

st即Store

相关推荐
洛寒瑜6 小时前
【读书笔记-《30天自制操作系统》-23】Day24
开发语言·汇编·笔记·操作系统·应用程序
m0_7145902620 小时前
汇编(实现C语言程序的调用)
c语言·开发语言·汇编
晴友读钟1 天前
速通汇编(七)BX、SI、DI寄存器,BP寄存器,直接寻址和间接寻址
汇编
流殇2581 天前
ARM中要使用的汇编基础
汇编·arm开发
2401_858286111 天前
汇编实现从1加到1000(《X86汇编语言 从实模式到保护模式(第2版》) 第135页第2题解答)
汇编·nasm·汇编语言·x86·virtualbox·8086·virtual box
xiaozhiwise1 天前
ARM32 base instruction -- blx
汇编
Freestyle Coding2 天前
使用rust自制操作系统内核
c语言·汇编·microsoft·rust·操作系统
向你扔鸡爪2 天前
29912分页
汇编·windows
2401_858286113 天前
51.【C语言】字符函数和字符串函数(strcpy函数)
c语言·开发语言·汇编
洛寒瑜6 天前
【读书笔记-《30天自制操作系统》-18】Day19
c语言·开发语言·汇编·笔记·学习·操作系统·文件读取