MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / rti

Method rti

python/examples/nes.py:456–458  ·  view source on GitHub ↗
(il:LowLevelILFunction)

Source from the content-addressed store, hash-verified

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]]:

Callers 1

M6502Class · 0.80

Calls 3

set_p_valueMethod · 0.80
popMethod · 0.45
retMethod · 0.45

Tested by

no test coverage detected