Thread: debug and assembly programming

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    5

    Question debug and assembly programming

    Hello,
    Can any one provide me information on how to use debug.exe in dos to do assembly programming.

    On command prompt type debug/?. This will provide list of option which can be used in debug but i have no idea how i can write an assembly program and run it.

    Thanks in advance

    Hitesh

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Type in debug <filename>

    At the prompt type a.


    However, I do not recommend debug for assembly language programming. Look up NASM on www.google.com and get it instead.

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    45
    hi

    i will give u a good link from which u can learn debug easily. however it would be better if you use MASM instead of debug. type art of assembly language programming in google and the first link will get you to that site. Tell me if you have any problems then

    RaaJEsH23

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. input parameter debug
    By George2 in forum Windows Programming
    Replies: 1
    Last Post: 07-14-2008, 03:22 AM
  2. assembly code for release code?
    By George2 in forum Windows Programming
    Replies: 4
    Last Post: 07-09-2008, 11:17 AM
  3. meta data for assembly
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 05-09-2008, 03:50 AM
  4. Wanna learn Assembly?
    By Garfield in forum A Brief History of Cprogramming.com
    Replies: 137
    Last Post: 06-29-2002, 01:49 AM
  5. Very dangerous code...
    By Magos in forum C++ Programming
    Replies: 27
    Last Post: 11-11-2001, 02:01 AM