2011-01-28 13:00:06 +00:00
|
|
|
;//NAME// life2.cpp
|
2020-11-10 12:19:15 +00:00
|
|
|
;//COMPILER// bcc32 -S -v- -R- -6 -a4 -O2 -Og -Oi -Ov -OS -k- -D__KOLIBRI__ -Iinclude
|
2011-01-28 13:00:06 +00:00
|
|
|
;//UTIL_PATH// .
|
|
|
|
|
2020-11-24 15:42:12 +00:00
|
|
|
STACKSIZE equ 8196
|
|
|
|
HEAPSIZE equ 0
|
2011-01-28 13:00:06 +00:00
|
|
|
|
2020-11-02 18:44:51 +00:00
|
|
|
include "include\kos_start.inc"
|
|
|
|
include "include\kos_func.inc"
|
|
|
|
include "include\kos_heap.inc"
|
2011-01-28 13:00:06 +00:00
|
|
|
include "mmxlife.inc"
|
|
|
|
;include "sse2life.inc"
|