GP-4046: Fixed sleigh pattern constraint example

This commit is contained in:
ghidorahrex 2023-11-16 16:04:40 +00:00
parent df2858692d
commit 066ce5f71b

View File

@ -629,7 +629,7 @@ if, when all the variables are evaluated, the equation is true.
</p>
<div class="informalexample"><pre class="programlisting">
:xor r1,r2 is opcode=0xcd &amp; r1 &amp; r2 { r1 = r1 ^ r2; }
:clr r1 is opcode=0xcd &amp; r1 &amp; r2=r1 { r1 = 0; }
:clr r1 is opcode=0xcd &amp; r1 &amp; r1=r2 { r1 = 0; }
</pre></div>
<p>
</p>