ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NASM and DDD


From: Gary Burt
Subject: NASM and DDD
Date: Sun, 16 Dec 2001 22:14:13 -0500
User-agent: Mozilla/5.0 (X11; U; Linux 2.4.3-20mdk i686; en-US; 0.8) Gecko/20010409

(I searched the archives and found nothing on this topic.)

I would like to use DDD with assembly language programs. I teach assembly and will have to change from DOS/MASM to Linux with NASM.
(I did not make those decisions, but there are advantages to
our Computer Science program by doing this, so the pain of transition is worth it.

I have tried to assemble and link using the following commands:

    nasm -f elf try1.asm
    gcc -s -o try1 try1.o

But when I try:

     ddd try1

I get nothing as a program.

What did I do wrong?

Thanks for any help.

Gary Burt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]