Subversion Repositories Kolibri OS

Rev

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

Rev 1725 Rev 1741
Line 24... Line 24...
24
   dd	  START 		  ; start of code
24
   dd	  START 		  ; start of code
25
   dd	  I_END 		  ; size of image
25
   dd	  I_END 		  ; size of image
26
   dd	  i_end+0x2000			; memory for app (4 Kb)
26
   dd	  i_end+0x2000			; memory for app (4 Kb)
27
   dd	  i_end+0x2000			; esp
27
   dd	  i_end+0x2000			; esp
28
   dd	  0x0 , 0x0		  ; I_Param , I_Icon
28
   dd	  0x0 , 0x0		  ; I_Param , I_Icon
29
include '..\..\..\MACROS.INC'
29
include '../../../macros.inc'
30
include 'debug.inc'
30
include 'debug.inc'
31
purge newline
31
purge newline
32
MAXSTRINGS = 16
32
MAXSTRINGS = 16
33
TMP = 80*(MAXSTRINGS+1)
33
TMP = 80*(MAXSTRINGS+1)