ACALL |
Calls Subroutine. |
ADD |
|
ADDC |
|
AJMP |
|
ANL |
|
CJNE |
Compare, Jump if Not Equal. |
CLR |
|
CPL |
|
DA |
Decimal Adjust. |
DEC |
Decrement |
DIV |
Division |
DJNZ |
Decrement and jump if not zero |
INC |
Increment |
JB |
|
JCB |
Jump if Bit Set and Clear Bit. |
MOV |
|
MOVC |
|
MOVX |
|
MUL |
Multiplication. |
NOP |
No Operation. |
ORL |
Performs Logical OR. |
POP |
Pop data from Stack. |
PUSH |
Push data onto Stack. |
RET |
Return from Sub Routine. |
RETI |
Return from Interrupt Service Routine. |
RL |
Rotate Left. |
RLC |
Rotate Left with Carry. |
RR |
Rotate Right. |
RRC |
Rotate Right with Carry. |
SETB |
Set Bit. |
SJMP |
Short Jump. |
SWAP |
Exchange data of nibbles. |
XCH |
Exchange contents between source and destination. |
XCHD |
Exchanges lower order nibble of source and destination. |
XRL |
Performs Logical Exclusive OR (XOR). |