I am trying to make an assembly IDE that lets the user enter code and compile it with NASM, FASM, YASM, etc. However, since FASM comes with an IDE, I can't find any information on compiling with the console. For example, if I had a program test.asm, would I compile like this:
fasm test.asm
If I did, fasm.exe would have to be in the same directory as command prompt was operating I assume. Thanks for any help.