Subversion Repositories Kolibri OS

Rev

Rev 2075 | Rev 3082 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2075 Rev 3013
Line 23... Line 23...
23
  dd	 I_END			 ; size of image
23
  dd	 I_END			 ; size of image
24
  dd	 end_mem		 ; memory for app
24
  dd	 end_mem		 ; memory for app
25
  dd	 stack_end		  ; esp
25
  dd	 stack_end		  ; esp
26
  dd	 0x0 , 0x0		 ; I_Param , I_Icon
26
  dd	 0x0 , 0x0		 ; I_Param , I_Icon
27
lang fix ru
27
lang fix ru
28
include "MACROS.INC"
28
include "macros.inc"
29
purge mov
29
purge mov
30
;include "DEBUG.INC"
30
;include "../../../debug.inc"
31
COLOR_ORDER equ MENUETOS
31
COLOR_ORDER equ MENUETOS
Line 32... Line 32...
32
 
32
 
Line 33... Line 33...
33
include 'gif_lite.inc'
33
include 'gif_lite.inc'