单片机英文缩写的全称

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

单片机缩写的英文全称

英文缩写:

MCS-51:Micro Computer System-51

PSW(Processor Status Word)中的标志位:

CY:Carry

AC:Auxiliary Carry

F0:Flag 0

RS:Register Select

OV:Overflow

P:Parity

指令:

MOV (Move)

MOVC (Move Code)

MOVX (Move External)

XCH (Exchange)

XCHD(Exchange low-order Digit)

PUSH

POP

AJMP (Absolutely Jump)

LJMP (Long Jump)

SJMP (Short Jump)

JMP (Jump)

JZ (Jump Zero)

JNZ (Jump Not Zero)

JC (Jump if Carry)

JNC (Jump if Not Carry)

JB (Jump if Bit is set)

JNB (Jump if Not Bit)

JBC (Jump if Bit is set and Clear Bit)

CJNE (Compare and Jump if Not Equal)

DJNZ (Decrease and Jump if Not Zero)

ACALL (Absolutely Call)

LCALL (Long Call)

RET (Return)

NOP (No Operation)

ADD

ADDC (Add with Carry)

SUBB (Subtract with Borrow)

MUL (Multiply)

DIV (Divide)

INC (Increase)

DEC (Decrease)

ANL (Logical AND)

ORL (Logical OR)

XRL (Logical Exclusive OR)

CPL (Complement)

CLR (Clear)

SETB (Set Bit)

RL (Rotate Left)

RR (Rotate Right)

RLC (Rotate Left with the Carry flag) RRC (Rotate Right with the Carry flag) XCHD

SWAP

DA (Decimal Adjust)

ORG (Origin)

DB (Define Byte)

DW (Define Word)

EQU (Equal)

DATA

XDATA (External Data)

BIT

END

相关文档
最新文档