Skip to content

nearpc ¤

Functions:

  • nearpc

    Disassemble near a specified address.

  • emulate

    Like nearpc, but will emulate instructions from the current $PC forward.

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Like nearpc, but will emulate instructions from the current $PC forward."
)

nearpc ¤

nearpc(
    pc=None, lines=None, emulate=False, use_cache=False, linear=True
) -> None

Disassemble near a specified address.

emulate ¤

emulate(pc=None, lines=None, emulate_=True) -> None

Like nearpc, but will emulate instructions from the current $PC forward.