当前位置:文档之家› MCS-51单片机_英文全称

MCS-51单片机_英文全称

指令
分类指令功能助记符英文全称
数据传送指令传递类指令片内RAM MOV Move
片外RAM MOVX Move External RAM
ROM MOVC Move Code
堆栈指令压栈PUSH Push onto Stack
出栈POP Pop from Stack
交换类指令整字节XCH Exchange
低半字节XCHD Exchange low-order Digit
A高/低4位SWAP Swap
算术运算指令加法不带进位位ADD Add
带进位位ADDC Add with Carry
减法带借位位SUBB Substract with Borrow
乘法MUL Multiply
除法DIV Divide
十进制调整DA Decimal Adjust
加1 INC Increment
减1 DEC Decrement
逻辑运算指令清0 CLR Clear
取反CPL Complement
循环左移1位 A RL Rotate Left
A,C RLC Rotate Left through the
Carry flag
循环右移1位 A RR Rotate Right
A,C RRC Rotate Right through the
Carry flag
与ANL Logical AND
或ORL Logical OR
异或XRL Logical Exclusive OR
控制转移类指令无条件转移指

(短转移)绝对
转移
AJMP Absolute Jump
长转移LJMP Long Jump
短转移(相对转
移)
SJMP Short Jump
间接转移JMP Jump Indirect 条件转移指令为0转移JZ Jump Zero
补位0转移JNZ Jump Not Zero
比较不相等转移CJNE Compare and Jump if Not
Equal
减1不为0转移DJNZ Decrement and Jump if
Not Zero
子程序调用与返回指令长跳转LCALL Long Call
短跳转ACALL Absolute Call
子程序返回RET Return from subroutine 中断返回RETI Return from Interruption
空操作指令NOP No Operation
布尔变量操作类指令传送MOV Move
清0 CLR Clear
置1 SETB Set Bit
取反CPL Complement
与ANL Logical AND
或ORL Logical OR
C为1转移JC Jump if Carry
C为0转移JNC Jump if Not Carry
位地址为1转移JB Jump if Bit is set
位地址为0转移JNB Jump if Not Bit
位地址为0转移,并清0 JBC If Bit is set and Clear Bit
伪指令
伪指令功能助记符英文全称
指定该伪指令下面一条指令
ORG Origin
(或数据块)的起始地址
结束标志END End
定义常数表(字节)DB Define Byte
定义常数表(字,即2字节)DW Define Word 指定预留存储区长度DS Define Storage 定义位地址BIT Bit
定义符号(先定义后使用)EQU Equal
定义符号(定义、使用无顺
DATA Datas
序)
取高字节HIGH High
取低字节LOW Low
SFR
名称寄存器符号英文全称
累加器ACC,A accumulate
程序状态字PSW program status word 进位标志位CY,C carry
辅助进位标志位AC auxiliary carry
溢出标志位OV overflow
堆栈指针SP stack point
数据指针寄存器DPTR data point register 中断优先级控制寄存器IP interrupt priority
中断使能IE interrupt enable
定时器/计数器模式寄存器TMOD timer mode
定时器/计数器控制寄存器TCON timer control
电源控制寄存器PCON power control
微处理器
中文名称简写英文名称
算术逻辑部件ALU Arithmetic Logic Unit 累加器ACC,A accumulate
标志寄存器FR Flag Register
进位标志CY,C Carry Flag
辅助进位标志AF Auxiliary Carry Flag 溢出标志OF Overflow Flag
零标志ZF Zero Flag
符号标志SF Sign Flag
奇偶标志PF Parity Flag
程序计数器PC Program Counter
指令寄存器IR Instruction Register 指令译码器ID Instruction Decoder
中文名称简写英文名称
接地端GND Ground
接外部晶体XTAL External Crystal
复位信号RST Restoration
变更ALE alter
程序PROG program
程序存储器使能(选择外部程
PSEN program saving enable 序存储器)
允许所有中断EA enable all interrupt
中文名称简写英文名称
随机存取数据存储器RAM random access memory 只读程序存储器ROM read only memory
特殊功能寄存器SFR special function register 最高有效位MSB most significant bit
最低有效位LSB last significant bit。

相关主题