many doubled words in comments etc, plus some nearby typos

This commit is contained in:
hippietrail
2024-11-26 01:18:10 +07:00
parent c702d7c66d
commit 13598df8db
208 changed files with 252 additions and 254 deletions

View File

@@ -536,7 +536,7 @@ size:</p>
<li><strong>Truncation</strong>: <code>RAX:4</code> — Equivalent to
<code>EAX</code></li>
<li><strong>Truncation</strong>: <code>AL + RBX(4)</code> — AL added to
the the 5th byte of RBX</li>
the 5th byte of RBX</li>
<li><strong>Bit Extraction</strong>: <code>RAX[7,8]</code> — Equivalent
to <code>AL</code></li>
</ul>

View File

@@ -311,7 +311,7 @@ To manipulate variable size:
* **Zero Extension**: `RAX + zext(EBX)`
* **Sign Extension**: `RAX + sext(EBX)`
* **Truncation**: `RAX:4` &mdash; Equivalent to `EAX`
* **Truncation**: `AL + RBX(4)` &mdash; AL added to the the 5th byte of RBX
* **Truncation**: `AL + RBX(4)` &mdash; AL added to the 5th byte of RBX
* **Bit Extraction**: `RAX[7,8]` &mdash; Equivalent to `AL`
**NOTE**: The second form of truncation drops the least-significant 4 bytes of RBX and takes as many of the remaining bytes (1 in this case) as necessary to match size with AL.

View File

@@ -264,7 +264,7 @@ select <span class="emphasis"><em>s</em></span> registers. As is described in
<a class="xref" href="sleigh_context.html#sleigh_local_change" title="8.2. Local Context Change">Section 8.2, “Local Context Change”</a>, these assignments by themselves
cause only a local context change. However, the
subsequent <span class="bold"><strong>globalset</strong></span> directives make
the change persist outside of the the instructions
the change persist outside of the instructions
themselves. The <span class="bold"><strong>globalset</strong></span> directive
takes two parameters, the second being the particular context variable
being changed. The first parameter indicates the first address where