forked from KolibriOS/kolibrios
5 lines
127 B
Batchfile
5 lines
127 B
Batchfile
|
@fasm.exe -m 32768 zlib.asm zlib.obj
|
||
|
@kpack zlib.obj
|
||
|
@fasm.exe -m 32768 example1.asm example1.kex
|
||
|
@kpack example1.kex
|
||
|
pause
|