View Single Post
Join Date: Mar 2005
Posts: 128
Reputation: Evenbit is on a distinguished road 
Solved Threads: 4
Evenbit's Avatar
Evenbit Evenbit is offline Offline
Junior Poster

Re: Assembly Language Resources

 
0
  #7
Apr 11th, 2007
Originally Posted by Ancient Dragon View Post
Every version of MS-Windows is shipped with a free assembly language debugger. It's located in the c:\windows directory (or wherever you installed the operating system), and named debug.exe

This is a brief tutorial how to use it.
I'm adding this two to the list of DEBUG tutorials:

http://www.armory.com/~rstevew/Publi...ug-manual.html

http://www.geocities.com/thestarman3...bug/debug2.htm

Nathan.
while (CPU is present) {some assembly required}
Reply With Quote