Last change
on this file since 13533 was 9099, checked in by vboxsync, 16 years ago |
More instruction filtering and hacking.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
333 bytes
|
Line | |
---|
1 | BITS TEST_BITS
|
---|
2 |
|
---|
3 | movzx ax, al
|
---|
4 | movzx eax, al
|
---|
5 | movzx ax, [ebx]
|
---|
6 | movzx eax, byte [ebx]
|
---|
7 | movzx eax, word [ebx]
|
---|
8 | %if TEST_BITS != 64
|
---|
9 | movzx ax, [bx+si+8]
|
---|
10 | movzx eax, byte [bx+si+8]
|
---|
11 | movzx eax, word [bx+si+8]
|
---|
12 | %else
|
---|
13 | movzx rax, al
|
---|
14 | movzx rax, ax
|
---|
15 | movzx rax, byte [rsi]
|
---|
16 | movzx rax, word [rsi]
|
---|
17 | %endif
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.