Merge remote-tracking branch

'origin/GP-7091_Dan_fixDocumentation--SQUASHED' (Closes #9366)
This commit is contained in:
Ryan Kurtz
2026-07-28 05:11:36 -04:00
9 changed files with 50 additions and 74 deletions

View File

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

View File

@@ -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&lt; 0);
signflag = (op s&lt; 0);
}
:add r1,r2 is opcode=0xba &amp; r1 &amp; r2 { r1 = r1 + r2; resultflags(r1); }