mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 10:41:33 +00:00
5 lines
No EOL
145 B
Batchfile
5 lines
No EOL
145 B
Batchfile
cd bin\debug
|
|
..\..\..\IL2CPU\bin\debug\IL2CPU.exe -in:HelloWorld.exe -out:output.asm
|
|
@REM FASM must be in the path
|
|
fasm.exe output.asm
|
|
@pause |