@@ -3199,7 +3199,7 @@ const REG = [
3199
3199
REG index 10 Intel MM qword technology MMX vector instructions.
3200
3200
---------------------------------------------------------------------------------------------------------------------------
3201
3201
These can not be used with Vector length adjustment used in vector extensions. The MM register are the ST registers aliased
3202
- to MM register. Instructions that use these registers use the the SIMD vector unit registers (MM), these are called the old
3202
+ to MM register. Instructions that use these registers use the SIMD vector unit registers (MM), these are called the old
3203
3203
MMX vector instructions. When Intel added the SSE instructions to the SIMD math vector unit the new 128 bit XMM registers,
3204
3204
are added into the SIMD unit then they ware made longer in size 256, then 512 across in length, with 1024 (?MM Reserved)
3205
3205
In which the vector length setting was added to control there size though vector setting adjustment codes. Instruction
@@ -3784,7 +3784,7 @@ function GotoPosition( Address )
3784
3784
/*-------------------------------------------------------------------------------------------------------------------------
3785
3785
Finds bit positions to the Size attribute indexes in REG array, and the Pointer Array. For the Size Attribute variations.
3786
3786
---------------------------------------------------------------------------------------------------------------------------
3787
- The SizeAttribute settings is 8 digits big consisting of 1, or 0 to specify the the extended size that an operand can be made.
3787
+ The SizeAttribute settings is 8 digits big consisting of 1, or 0 to specify the extended size that an operand can be made.
3788
3788
In which an value of 01100100 is decoded as "0 = 1024, 1 = 512, 1 = 256, 0 = 128, 0 = 64, 1 = 32, 0 = 16, 0 = 8".
3789
3789
In which the largest bit position is 512, and is the 6th number "0 = 7, 1 = 6, 1 = 5, 0 = 4, 0 = 3, 1 = 2, 0 = 1, 0 = 0".
3790
3790
In which 6 is the bit position for 512 as the returned Size . Each size is in order from 0 to 7, thus the size given back
0 commit comments