Nasm in Linux + Bach files
Posted: Sun Jul 20, 2003 11:00 pm
I have just started using Linux and I am trying to create what would be a bat file in dos my bat file in dos has the following syntax
Nasm –f bin %1.asm –o %1.com
How can I create that in Linux??
In dos I can compile asm to com and run the com file,
Which command should I use to compile it in Linux so I would be able to run it?
I have been facing some strange problem with nasm,
I have created a simple program that print a string in the monitor but when I run this program it will print the string and a lot of strange characters what could that be??
Nasm –f bin %1.asm –o %1.com
How can I create that in Linux??
In dos I can compile asm to com and run the com file,
Which command should I use to compile it in Linux so I would be able to run it?
I have been facing some strange problem with nasm,
I have created a simple program that print a string in the monitor but when I run this program it will print the string and a lot of strange characters what could that be??