forked from KolibriOS/kolibrios
6 lines
146 B
Batchfile
6 lines
146 B
Batchfile
|
if not exist bin mkdir bin
|
||
|
@fasm.exe ..\nnp.asm bin\nnp.obj
|
||
|
|
||
|
@fasm.exe -m 16384 nnp_points.asm bin\nnp_points.kex
|
||
|
@kpack nnp_points.kex
|
||
|
pause
|