Test Foro de elhacker.net SMF 2.1

Programación => Ingeniería Inversa => Mensaje iniciado por: .:UND3R:. en 7 Septiembre 2011, 21:05 PM

Título: Duda con opcode sete bl
Publicado por: .:UND3R:. en 7 Septiembre 2011, 21:05 PM
eso
Título: Re: Duda con opcode sete bl
Publicado por: MCKSys Argentina en 7 Septiembre 2011, 21:57 PM
Usage:  SETE    dest
                SETZ    dest
Modifies flags: none

Sets the byte in the operand to 1 if the Zero Flag is set, otherwise sets the operand to 0.
Título: Re: Duda con opcode sete bl
Publicado por: .:UND3R:. en 8 Septiembre 2011, 00:39 AM
Aclarado :D
Título: Re: Duda con opcode sete bl
Publicado por: apuromafo CLS en 9 Septiembre 2011, 23:03 PM
te acuerdas cuando tenias jz y je con jnz y jne  ?
es casi la misma logica  sete/setz  y  setne setnz

y tambien se relacionan con los flags.

saludos Apuromafo