|
-
Oct 19th, 2000, 09:31 PM
#1
Thread Starter
Addicted Member
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!!
-
Oct 20th, 2000, 01:11 AM
#2
Its the same as any other language, write the *.asm file with your favorite text editor and run it through the compiler.
-
Oct 20th, 2000, 05:37 PM
#3
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|