Results 1 to 3 of 3

Thread: grrrrrrrrrrrrrrr

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Angry

    How or more like WHAT! do i use too make a .asm exe?
    do i write the program in notepad and then compile it from the pathname that i have the assmebler located in?

    Strange..in all the asm. help tutorials i have read..there isnt one that says "WHERE" too write the .exe



    Thank you for any help!!

  2. #2
    Guest
    Its the same as any other language, write the *.asm file with your favorite text editor and run it through the compiler.

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    The best sort of way seems to be this:

    1. Add the line "set path=%path%;c:\asm\masm" (or similar) to the end of autoexec.bat
    2. Keep your .asm files in a separate location, and assemble them from there.

    The thing about many assemblers is they only assemble, they don't link. So you'd need to have PATH set up with the linker's path as well.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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