mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-29 04:03:09 +03:00
5 lines
76 B
Batchfile
5 lines
76 B
Batchfile
|
REM compiling examples
|
||
|
@fasm.exe -m 16384 kiv.asm kiv
|
||
|
@kpack kiv
|
||
|
|
||
|
pause
|