5 lines
98 B
Batchfile
5 lines
98 B
Batchfile
@echo off
|
|
nasm test.asm -o "bin/test"
|
|
nasm test2.asm -o "bin/test2"
|
|
nasm test3.asm -o "bin/test3"
|