mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-4046: Fixed sleigh pattern constraint example
This commit is contained in:
parent
df2858692d
commit
066ce5f71b
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ if, when all the variables are evaluated, the equation is true.
|
||||||
</p>
|
</p>
|
||||||
<div class="informalexample"><pre class="programlisting">
|
<div class="informalexample"><pre class="programlisting">
|
||||||
:xor r1,r2 is opcode=0xcd & r1 & r2 { r1 = r1 ^ r2; }
|
: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>
|
</pre></div>
|
||||||
<p>
|
<p>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue