Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 177 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 177 Bytes

4.24

word dstE = [
    icode in { IRRMOVQ } && Cnd : rB;
    icode in { IIRMOVQ, IOPQ } : rB;
    icode in { IPUSHQ, IPOPQ, ICALL, IRET } : RRSP;
    1 : RNONE;
]