Changes incorrect to in pcode manual description for SUBPIECE

This commit is contained in:
Kip Hamiltons 2021-02-20 22:38:22 +11:00
parent 45927bb9c3
commit 9a4ae5feaf
2 changed files with 2 additions and 2 deletions

View file

@ -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
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
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.
</para>

View file

@ -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>