(il:LowLevelILFunction)
| 454 | |
| 455 | @staticmethod |
| 456 | def rti(il:LowLevelILFunction) -> ExpressionIndex: |
| 457 | M6502.set_p_value(il, il.pop(1)) |
| 458 | return il.ret(il.pop(2)) |
| 459 | |
| 460 | @staticmethod |
| 461 | def decode_instruction(data:bytes, addr:int) -> Optional[Tuple[Mnemonic, Operand, int, int]]: |
no test coverage detected