renaming nasmw to nasm
renaming nasmw to nasm
I just downloaded nasm but I find it irritating that the program has called itself nasmw as I always type in nasm at the cmd. Can I safely rename it to nasm without preventing it from functioning properly?
Re:renaming nasmw to nasm
As long as you remember that you did so, if you ever decide to use DOS. In the NASM package, NASM.EXE is designed to run under 16-bit Real Mode DOS (BIOS/DOS API). NASMW.EXE is designed to run under 32-bit Protected Mode (Win32 API). The end result may look the same (command line utility), but both executables use two entirely different methods to achieve the same functionality.ahelg wrote: I just downloaded nasm but I find it irritating that the program has called itself nasmw as I always type in nasm at the cmd. Can I safely rename it to nasm without preventing it from functioning properly?
- Kevin McGuire
- Member
- Posts: 843
- Joined: Tue Nov 09, 2004 12:00 am
- Location: United States
- Contact:
Re:renaming nasmw to nasm
Try it and see. If you did that, you'd (a) learn the answer, and (b) stop wasting our time.
Re:renaming nasmw to nasm
Charming. I think I'll use the ASM Community forums from now on if that`s how newbies are treated.kmcguire wrote: Try it and see. If you did that, you'd (a) learn the answer, and (b) stop wasting our time.
Re:renaming nasmw to nasm
kmcguire:
I've noticed other posts like this from you. Remember that we all asked questions like this once and these forums don't cater exclusively to those that already know what they're doing. If it did then there wouldn't be any need for the forum as there wouldn't be any questions. If you feel he's wasting our time then don't waste even more of your own by making remarks like that. As is my new policy, I won't respond to any argument on this matter, no flame wars here.
ahelg:
Don't take it personally, sometimes someone will take that attitude. I agree insofar as you probably should have just tried it and see, but I apologise for the way that it was said, that isn't standard form for these forums.
I've noticed other posts like this from you. Remember that we all asked questions like this once and these forums don't cater exclusively to those that already know what they're doing. If it did then there wouldn't be any need for the forum as there wouldn't be any questions. If you feel he's wasting our time then don't waste even more of your own by making remarks like that. As is my new policy, I won't respond to any argument on this matter, no flame wars here.
ahelg:
Don't take it personally, sometimes someone will take that attitude. I agree insofar as you probably should have just tried it and see, but I apologise for the way that it was said, that isn't standard form for these forums.
Re:renaming nasmw to nasm
ahelg, this is a question, that has nothing to do with programming (yeah, this subforum is called "General Programming"). Plus it is just a stupid question. :-* (I have never seen that smiley being used before ;D )
*requesting delete/lock. Delete appreciated.*
*requesting delete/lock. Delete appreciated.*
Re:renaming nasmw to nasm
not newbies... idiots =pahelg wrote:Charming. I think I'll use the ASM Community forums from now on if that`s how newbies are treated.kmcguire wrote: Try it and see. If you did that, you'd (a) learn the answer, and (b) stop wasting our time.