Conjunto de Instrucciónes en Lenguaje Ensamblador

Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Está en la página 1de 4

Conjunto de instruccines en Lenguaje

ensamblador
Lista Alfabtica de instruccines
ACALL

Llame Absoluto

AADIR

Aadir Acumulador

ADDC

Aadir Acumulador con Carry

AJMP

Salto Absoluto

ANL

Y lgico para las variables byte

ANL poco

Y lgico de variables de bit

Cjne

Comparar y salta si no igual

CLR A

Borrar Acumulador

CLR poco

Claro bits

CPL A

Complemento Acumulador

CPL poco

Poco Complemento

DA

Decimal Ajuste de acumulador

Diciembre

Disminuye el Registro

DIV

Divida Acumulador por B

DJNZ

Disminuye el Registro y Saltar si es cero

INC

Incrementa el Registro

JB

Saltar si Bit Set

JBC

Saltar si Bit Set y Clear Bit

JC

Saltar si Carry Set

JMP @

Saltar indirecta a Direccin

JNB

Saltar si Bit No Configurado

JNC

Saltar si saques Set

JNZ

Saltar si Acumulador No Zero

JZ

Saltar si Acumulador Zero

LCALL

Long Call

LJMP

Salto de longitud

MOV

Variable de byte Move

Poco MOV

Poco movimiento

MOVC

Mueva Memoria Cdigo

MOVX

Mueva memoria externa

MUL

Multiplique por acumulador B

NOP

No Operacin

ORL

OR lgico para las variables byte

ORL poco

OR lgico de variables de bit

POP

Pop De Pila

Empujar

Empuje en la pila

RET

Ida y vuelta A Subrutina

RETI

Regreso de la interrupcin

RL

Rotar acumulador Izquierda

RLC

Gire Acumulador Izquierda travs Carry

RR

Rotar acumulador Derecha

RRC

Gire Acumulador derecha a travs de Carry

SETB

Bit Set

SJMP

Corto Jump

SUBB

Restar de Acumulador Con Borrow

SWAP

Intercambia acumuladores Nibbles

XCH

Tipo Bytes

XCHD

Dgitos Tipo

XRL

OR exclusivo

??

Instruccin Indefinido

LA INFORMACIN SE proporciona "como es", Garanta pecado.


Lista Alfabtica 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 informacin se proporciona "como es", sin gara

También podría gustarte