mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03:00
c6ceff795e
git-svn-id: svn://kolibrios.org@7514 a494cfbc-eb01-0410-851d-a64ba20cac60
5 lines
101 B
Batchfile
5 lines
101 B
Batchfile
if not exist bin mkdir bin
|
|
@fasm.exe -m 16384 life3.asm bin\life3.kex
|
|
@kpack bin\life3.kex
|
|
pause
|