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