forked from KolibriOS/kolibrios
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
|