當前位置:編程學習大全網 - 編程軟體 - 求單片機系統的所有指令的英文全稱,比如說(MOV是move )

求單片機系統的所有指令的英文全稱,比如說(MOV是move )

MOV (Move)

MOVC (Move Code)

MOVX (Move External)

XCH (Exchange)

PUSH

POP

AJMP (Absolute Jump)

LJMP (Long Jump)

SJMP (Short Jump)

JMP (Jump Indirect)

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 (If Bit is set and Clear Bit)

CJNE (Compare and Jump if Not Equal)

DJNZ (Decrement and Jump if Not Zero)

ACALL (Absolute Call)

LCALL (Long Call)

RET (Return)

NOP (No Operation)

ADD

ADDC (Add with Carry)

SUBB (Substract with Borrow)

MUL (Multiply)

DIV (Divide)

INC (Increment)

DEC (Decrement)

ANL (Logical AND)

ORL (Logical OR)

XRL (Logical Exclusive OR)

CPL (Complement)

CLR (Clear)

SEBT (Set Bit)

RL (Rotate Left)

RR (Rotate Right)

RLC (Rotate Left throught the Carry flag)

RRC (Rotate Right throught the Carry flag)

XCHD

SWAP

DA (Decimal Adjust)

ORG (Origin)

DB (Define Byte)

DW (Define Word)

EQU (Equal)

DATA

XDATA (External Data)

BIT

END

  • 上一篇:導彈防禦系統使用什麽計算機語言寫的啊
  • 下一篇:單片機ISP,IAP和ICP幾種燒錄方式的區別
  • copyright 2024編程學習大全網