Conjunto de Instrucciones en lenguaje ensamblador
Lista Alfabética de Instrucciones
| ACALL | Absolute Call |
| ADD | Add Accumulator |
| ADDC | Add Accumulator with Carry |
| AJMP | Absolute Jump |
| ANL | Logical AND for byte variables |
| ANL bit | Logical AND for bit variables |
| CJNE | Compare and Jump if Not Equal |
| CLR A | Clear Accumulator |
| CLR bit | Clear bit |
| CPL A | Complement Accumulator |
| CPL bit | Complement bit |
| DA | Decimal Adjust of Accumulator |
| DEC | Decrement Register |
| DIV | Divide Accumulator by B |
| DJNZ | Decrement Register and Jump if Not Zero |
| INC | Increment Register |
| JB | Jump if Bit Set |
| JBC | Jump if Bit Set and Clear Bit |
| JC | Jump if Carry Set |
| JMP @ | Jump indirect to Address |
| JNB | Jump if Bit Not Set |
| JNC | Jump if Carry Not Set |
| JNZ | Jump if Accumulator Not Zero |
| JZ | Jump if Accumulator Zero |
| LCALL | Long Call |
| LJMP | Long Jump |
| MOV | Move byte variable |
| MOV bit | Move bit |
| MOVC | Move Code Memory |
| MOVX | Move External Memory |
| MUL | Multiply Accumulator by B |
| NOP | No Operation |
| ORL | Logical OR for byte variables |
| ORL bit | Logical OR for bit variables |
| POP | Pop From Stack |
| PUSH | Push Onto Stack |
| RET | Return From Subroutine |
| RETI | Return From Interrupt |
| RL | Rotate Accumulator Left |
| RLC | Rotate Accumulator Left Through Carry |
| RR | Rotate Accumulator Right |
| RRC | Rotate Accumulator Right Through Carry |
| SETB | Set Bit |
| SJMP | Short Jump |
| SUBB | Subtract From Accumulator With Borrow |
| SWAP | Swap Accumulator Nibbles |
| XCH | Exchange Bytes |
| XCHD | Exchange Digits |
| XRL | Exclusive OR |
| ?? | Undefined Instruction |
La información se proporciona "como es", sin garantía.