mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Changes incorrect to in pcode manual description for SUBPIECE
This commit is contained in:
@@ -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
|
||||
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
|
||||
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
|
||||
truncated.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user