mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-4046: Fixed sleigh pattern constraint example
This commit is contained in:
@@ -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 & r1 & r2 { r1 = r1 ^ r2; }
|
||||
:clr r1 is opcode=0xcd & r1 & r2=r1 { r1 = 0; }
|
||||
:clr r1 is opcode=0xcd & r1 & r1=r2 { r1 = 0; }
|
||||
</pre></div>
|
||||
<p>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user