Debug: G (Go)
Runs the program currently in memory.
g [=address] [breakpoints]
Parameters
=address
Specifies the address in the program currently in memory at which you want
execution to begin. If you do not specify address, Windows NT begins program execution at the current address in the CS:IP
registers.
breakpoints
Specifies 1 to 10 temporary breakpoints that you can set as part of the g command.
See Also
For information about executing a loop, a repeated string instruction, a
software interrupt, or a subroutine, see the Debug P (Proceed) command.
For information about executing one instruction, see the Debug T (Trace) command.
More Information About Debug: G
Debug: G--Notes
Debug: G--Examples