mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-24 10:31:15 +00:00
Updated Internal Encoding of x86 Encodings (markdown)
parent
f368df3740
commit
3d271f785a
@ -38,3 +38,5 @@ If instruction length in bytes turns out to be less helpful than originally expe
|
|||||||
* use override if specified;
|
* use override if specified;
|
||||||
* otherwise check for an indirect source and, if one is present, see whether it has a base that implies a default segment;
|
* otherwise check for an indirect source and, if one is present, see whether it has a base that implies a default segment;
|
||||||
* otherwise use DS.
|
* otherwise use DS.
|
||||||
|
|
||||||
|
Separately, the currently-allocated 8 bits would not be enough to hold the operation if both floating point and MMX instructions were added, never mind the SSEs.
|
Loading…
Reference in New Issue
Block a user