0% found this document useful (0 votes)
68 views

x86 Hex Assembler Instructions Cheat Sheet: by Via

This document provides a cheat sheet for x86 hex assembler instructions. It lists various jump instructions like jb, jnb, je, jne, and jmp that allow branching or changing the flow of execution. It also lists test and nop instructions. The cheat sheet was created by R3vengine and provides the opcodes for each instruction type.

Uploaded by

HowTo Hack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views

x86 Hex Assembler Instructions Cheat Sheet: by Via

This document provides a cheat sheet for x86 hex assembler instructions. It lists various jump instructions like jb, jnb, je, jne, and jmp that allow branching or changing the flow of execution. It also lists test and nop instructions. The cheat sheet was created by R3vengine and provides the opcodes for each instruction type.

Uploaded by

HowTo Hack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

x86 Hex assembler instructions Cheat Sheet

by R3vengine (jr_lambea) via cheatography.com/18570/cs/1960/

Jumps Tests

0F82||72 jb, jump if below 84 Test

0F83||73 jnb, jump if not below


Others
0F84||74 je, jump if equal

0F85||75 jne, jump if not equal 90 nop, no operation

0F86||76 jbe, jump if below or equal

0F87||77 ja, jump if above

0F83 jae, jump if above or equal

0F86 jna, jump if not above

0F82 jnae, jump if not above or equal

0F87 jnbe, jump if not below or equal

0F8F jg, jump if greater

0F8E jng, jump if not greater

0F8D jge, jump if greater or equal

0F8C jnge, jump if not greater or equal

0F8C jl, jump if less

0F8D jnl, jump if not less

0F8E jle, jump if less or equal

0F8F jnle, jump if not less or equal

EB jmp direcly to

By R3vengine (jr_lambea) Not published yet. Sponsored by Readability-Score.com


cheatography.com/jr-lambea/ Last updated 26th March, 2015. Measure your website readability!
www.spageek.net Page 1 of 1. https://readability-score.com

You might also like