Machine language
From ThorstensHome
Revision as of 08:36, 3 December 2014 by ThorstenStaerk (Talk | contribs)
This shows a mapping of x86 machine language to assembler
x86 machine language | assembler command | remark |
---|---|---|
85 c0 | test eax,eax | |
90 | NOP | field3 |
b8 00 00 00 00 | mov eax,0x0 | |
c3 | ret |