mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
[NEW] some notes on x86 encoding.
This commit is contained in:
parent
3f070cd0db
commit
e20e1399bd
1 changed files with 11 additions and 0 deletions
11
x86.txt
Normal file
11
x86.txt
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue