mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
7 lines
154 B
Batchfile
7 lines
154 B
Batchfile
REM Tools\nasm\nasm -g -f elf -F stabs -o output.obj Tools\asm\main.asm
|
|
|
|
Tools\nasm\nasm.exe -g -f bin -o output.obj Tools\asm\main.asm
|
|
|
|
pause
|
|
|
|
|