mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
Merge remote-tracking branch
'origin/GP-7091_Dan_fixDocumentation--SQUASHED' (Closes #9366)
This commit is contained in:
@@ -3501,7 +3501,7 @@ still have normal data-flow and can be manipulated symbolically.
|
||||
</tr>
|
||||
<tr>
|
||||
<td/>
|
||||
<td colspan="2"><code>output = cpool(input0,intput1);</code></td>
|
||||
<td colspan="2"><code>output = cpool(input0,input1);</code></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
@@ -3416,7 +3416,7 @@ scope. The macro can refer to these and any global specific symbol.
|
||||
<programlisting>
|
||||
macro resultflags(op) {
|
||||
zeroflag = (op == 0);
|
||||
signflag = (op1 s< 0);
|
||||
signflag = (op s< 0);
|
||||
}
|
||||
|
||||
:add r1,r2 is opcode=0xba & r1 & r2 { r1 = r1 + r2; resultflags(r1); }
|
||||
|
||||
Reference in New Issue
Block a user