Subversion Repositories Kolibri OS

Rev

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

Rev 141 Rev 205
Line 56... Line 56...
56
  db	 'MENUET01'
56
  db	 'MENUET01'
57
  dd	 0x01
57
  dd	 0x01
58
  dd	 START
58
  dd	 START
59
  dd	 I_END
59
  dd	 I_END
60
  dd	 APP_MEM
60
  dd	 APP_MEM
61
  dd	 APP_MEM ;stack size=1024
61
  dd	 APP_MEM - 1024
62
  dd	 I_PARAM
62
  dd	 I_PARAM
63
listsel    dd 0
63
listsel    dd 0
64
channel dd 0
64
channel dd 0
65
COLOR_ORDER equ MENUETOS
65
COLOR_ORDER equ MENUETOS
66
include 'macros.inc' ; decrease code size (optional)
66
include 'macros.inc' ; decrease code size (optional)
Line 355... Line 355...
355
play_area  dw ?
355
play_area  dw ?
356
file_info:
356
file_info:
357
	   dd 0
357
	   dd 0
358
	   dd 0
358
	   dd 0
359
	   dd 0
359
	   dd 0
360
fsize	   dd APP_MEM-1024-workarea     ; max size
360
fsize	   dd APP_MEM-2048-workarea     ; max size
361
	   dd workarea
361
	   dd workarea
362
I_END:	; ª®­¥æ ¯à®£à ¬¬ë
362
I_END:	; ª®­¥æ ¯à®£à ¬¬ë
363
filename:
363
filename:
364
	   rb 1024+16
364
	   rb 1024+16
365
prcinfo    process_information
365
prcinfo    process_information