I am using nasm and would want to convert a directory with multiple .asm files to .bin files.
I need it to convert all of the asm files in a directory, and create a duplicate directory (or create all the .bin files directly next to the .asm files)
Any help is appreciated!