mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-17 08:00:15 +00:00
@elif
This commit is contained in:
parent
312b57f1c1
commit
c2c7f675f6
@ -883,12 +883,11 @@ macro rotateRightExtended(count, register, width) {
|
||||
|
||||
with : extGUARD=1 {
|
||||
|
||||
@ifdef LISATRAP
|
||||
@ifdef MACTRAP
|
||||
:atrapm "#"op011 is op=10 & op011 unimpl
|
||||
@elif defined(LISATRAP)
|
||||
:atrapl "#"t is op=10 & op011; opx015 [ t = op011 * 65536 + opx015; ] unimpl
|
||||
@endif # LISATRAP
|
||||
@ifdef MACTRAP
|
||||
:atrap "#"op011 is op=10 & op011 unimpl
|
||||
@endif # MACTRAP
|
||||
|
||||
:abcd Tyb,Txb is op=12 & op48=16 & Tyb & Txb {
|
||||
CF = carry(Txb,carry(Tyb,XF));
|
||||
|
Loading…
Reference in New Issue
Block a user