mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
many doubled words in comments etc, plus some nearby typos
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -311,7 +311,7 @@ To manipulate variable size:
|
||||
* **Zero Extension**: `RAX + zext(EBX)`
|
||||
* **Sign Extension**: `RAX + sext(EBX)`
|
||||
* **Truncation**: `RAX:4` — Equivalent to `EAX`
|
||||
* **Truncation**: `AL + RBX(4)` — AL added to the the 5th byte of RBX
|
||||
* **Truncation**: `AL + RBX(4)` — AL added to the 5th byte of RBX
|
||||
* **Bit Extraction**: `RAX[7,8]` — 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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user