mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Changes incorrect to in pcode manual description for SUBPIECE
This commit is contained in:
parent
45927bb9c3
commit
9a4ae5feaf
2 changed files with 2 additions and 2 deletions
|
@ -926,7 +926,7 @@ This is a truncation operator that understands the endianess of the
|
||||||
data. Input1 indicates the number of least significant bytes of input0
|
data. Input1 indicates the number of least significant bytes of input0
|
||||||
to be thrown away. Output is then filled with any remaining bytes of
|
to be thrown away. Output is then filled with any remaining bytes of
|
||||||
input0 <emphasis>up to the size of output</emphasis>. If the size of
|
input0 <emphasis>up to the size of output</emphasis>. If the size of
|
||||||
output is smaller than the size of input0 plus the constant input1,
|
output is smaller than the size of input0 minus the constant input1,
|
||||||
then the additional most significant bytes of input0 will also be
|
then the additional most significant bytes of input0 will also be
|
||||||
truncated.
|
truncated.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -625,7 +625,7 @@ This is a truncation operator that understands the endianess of the
|
||||||
data. Input1 indicates the number of least significant bytes of input0
|
data. Input1 indicates the number of least significant bytes of input0
|
||||||
to be thrown away. Output is then filled with any remaining bytes of
|
to be thrown away. Output is then filled with any remaining bytes of
|
||||||
input0 <span class="emphasis"><em>up to the size of output</em></span>. If the size of
|
input0 <span class="emphasis"><em>up to the size of output</em></span>. If the size of
|
||||||
output is smaller than the size of input0 plus the constant input1,
|
output is smaller than the size of input0 minus the constant input1,
|
||||||
then the additional most significant bytes of input0 will also be
|
then the additional most significant bytes of input0 will also be
|
||||||
truncated.
|
truncated.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue