Re: how can I see the result of the program?
- From: Frank Kotler <spamtrap@xxxxxxxxxx>
- Date: Thu, 19 Oct 2006 15:33:04 -0400
spamtrap@xxxxxxxxxx wrote:
I cannot see the result of ES...
I know "command debug" can reach the goal.
how can use the "command debug"?
"start->run->command" to get a command prompt. Then "debug myprog.com" (or "myprog.exe"... but debug does better with .com). Then typing '?' will give a list of commands. The "most important" one is probably 'q' - quit - so you can get *out* of the damn thing! :) You'll probably want to "trace" through your program with 't'. When you get to an "int 21h", use 'p' to "proceed" past it (or you'll be tracing through the "bowels of dos", which is less helpful than it sounds). 'r' will display (and optionally set) registers. A google for "debug tutorial" will turn up more information.
Hope I understood the question.
Best,
Frank
P.S. A "better" debugger here...
http://members.tripod.com/~ladsoft/grdb.htm
.
- Follow-Ups:
- Re: how can I see the result of the program?
- From: Bob Masta
- Re: how can I see the result of the program?
- References:
- how can I see the result of the program?
- From: spamtrap
- how can I see the result of the program?
- Prev by Date: Re: I have a problem with my study
- Next by Date: Re: I have a problem with my study
- Previous by thread: how can I see the result of the program?
- Next by thread: Re: how can I see the result of the program?
- Index(es):
Relevant Pages
|