Subversion Repositories Kolibri OS

Rev

Rev 8170 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8170 IgorA 1
;//NAME//      life2.cpp
2
;//COMPILER//  bcc32 -S -v- -R- -6 -a4 -O2 -Og -Oi -Ov -OS -k- -D__KOLIBRI__ -Iinclude
3
;//UTIL_PATH// .
4
 
8252 IgorA 5
STACKSIZE   equ 8196
6
HEAPSIZE    equ 0
8170 IgorA 7
 
8
include "include\kos_start.inc"
9
include "include\kos_func.inc"
10
include "include\kos_heap.inc"
11
include "mmxlife.inc"
12
;include "sse2life.inc"