# emulate ```text usage: emulate [-h] [-r REVERSE] [-t TOTAL] [pc] [lines] ``` Like nearpc, but will emulate instructions from the current $PC forward. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |pc|Address to emulate near.| |lines|Number of lines to disassemble.| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-r|--reverse|Number of lines to show before the address.| |-t|--total|Total number of lines to show. This results in dynamic number of forward instructions depending on how many cached instructions are used.|