Nestra is a dynamic recompiler which translates 6502 code into native code
to emulate a NES. Execution of the translated code is quite fast, and the
emulator can run at full speed with relatively modest CPU requirements.
CONTROLS
The following keys may be used to control the program.
arrow keys
Typically move your player.
space bar
Button A
z,x
Button B
return
Start
pause,break
Reset the emulator.
escape
Exit the emulator.
1-9
Adjust emulation speed. 1 is normal speed, 2 is double speed, etc.
`
Run at half speed.
0
Pause emulator.
OPTIONS
-v
Verbose output.
-d
Show disassembled code as the emulator runs.
-l
Link branches directly after recompiling
(improves speed but may cause problems).