Results 1 to 4 of 4

Thread: Nasm Gui?

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2001
    Location
    Hamilton, ON, Canada
    Posts
    43

    Nasm Gui?

    Can anyone tell me where i can get a GUI for NASM before i write my own?

    I really hate using shells, they slow me up.

  2. #2
    ChimpFace9000
    Guest
    There is no GUI for NASM. Its an assembler. No assembler has a gui, not that i know of anyway.

    I think you mean an IDE. And there is one for nasm. Its called Nagoa. I dont have a link, but search for it in google or something and youll find it.

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2001
    Location
    Hamilton, ON, Canada
    Posts
    43
    Nagoa looks good, but its too complicated and i don't know how to use it. I just want a text editor with a button to compile, link and run, so I don't have to use the command line.

    btw, when I type this into the editor and press, "asm>obj", it get nams gives this error,
    "more than one input file specified"

    Message1 db "Hello World!$"

    .start
    mov ah, 09h
    mov dx, offset Message1
    int 21h

    mov ax, 4c00h
    int 21h

    I don't know if its my code thats wrong or if what i'm doing is wrong. If I can get that button to work, I might be able to use it.

  4. #4
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    you can put the commands in a batch file to run that way you dont ahve to type everything.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width