当前位置:文档之家› 51单片机汇编指令集(英语翻译)

51单片机汇编指令集(英语翻译)


四、控制转移类指令(17种助记符)
Absolute subroutine Call Long subroutine Call Return from subroutine Return from Interruption Short Jump Absolute Jump Long Jump Compare Jump if Not Equal Decrement Jump if Not Zero Jump if Zero Jump if Not Zero Jump if the Carry flag is set Jump if Not Carry Jump if the Bit is set Jump if the Bit is Not set Jump if the Bit is set and Clear the bit No Operation
五、位操作指令(1种助记符)
Set Bit二、算术运源自类指令(8种助记符)三、逻辑运算类指令(10种助记符)
AND Logic OR Logic Exclusive-OR Logic Clear Complement Rotate left Rotate Left throught the Carry flag Rotate Right Rotate Right throught the Carry flag Swap
说明
对内部数据寄存器RAM和特殊功能寄存器SFR 的数据进行传送 读取程序存储器数据表格的数据传送 对外部RAM的数据传送 字节交换 低半字节交换 入栈 出栈 加法 带进位加法 带借位减法 十进制调整 加1 减1 乘法 除法 逻辑与 逻辑或 逻辑异或 清零 取反 循环左移 带进位循环左移 循环右移 带进位循环右移 低4位与高4位交换 子程序绝对调用 子程序长调用 子程序返回 中断返回 短转移 绝对转移 长转移 比较不相等则转移 减1后不为0则转移 结果为0则转移 结果不为0则转移 有进位则转移 无进位则转移 位为1则转移 位为0则转移 位为1则转移,并清除该位 空操作 位 置1
汇编指令集英文解释
符号 MOV MOVC MOVX XCH XCHD PUSH POP ADD ADDC SUBB DA INC DEC MUL DIV ANL ORL XRL CLR CPL RL RLC RR RRC SWAP ACALL LCALL RET RETI SJMP AJMP LJMP CJNE DJNZ JZ JNZ JC JNC JB JNB JBC NOP SETB 一、数据传送类指令(7种助记符) 英文
Move Move Code Move External RAM Exchange Exchange low-order Digit Push onto Stack Pop from Stack Addition Add with Carry Subtract with Borrow Decimal Adjust Increment Decrement Multiplication、Multiply Division、Divide
相关主题