[NEW] some notes on x86 encoding.

This commit is contained in:
sjs 2009-05-19 17:04:18 -07:00
parent 3f070cd0db
commit e20e1399bd

11
x86.txt Normal file
View file

@ -0,0 +1,11 @@
mov (0x66) {
reg32, reg32 (0x89) {
op2 - src
eax ecx edx ebx
op1 eax c0 c8 d0 d8
dest ecx c1 c9 d1 d9
edx c2 ca d2 da
ebx c3 cb d3 db
}
}