Subversion Repositories Kolibri OS

Rev

Rev 8271 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8271 Rev 9675
Line 66... Line 66...
66
	stdcall [buf2d_create], buf_0 ;ᮧ¤ ¥¬ ¡ãä¥à
66
	stdcall [buf2d_create], buf_0 ;ᮧ¤ ¥¬ ¡ãä¥à
67
	stdcall [buf2d_create], buf_z
67
	stdcall [buf2d_create], buf_z
68
	stdcall [buf2d_vox_brush_create], buf_vox, vox_6_7_z ;ᮧ¤ ¥¬ ¢®ªá¥«ì­ãî ª¨áâì
68
	stdcall [buf2d_vox_brush_create], buf_vox, vox_6_7_z ;ᮧ¤ ¥¬ ¢®ªá¥«ì­ãî ª¨áâì
Line 69... Line 69...
69
 
69
 
70
	stdcall mem.Alloc,max_open_file_size
70
	stdcall mem.Alloc,max_open_file_size
Line 71... Line 71...
71
	mov dword[open_file_vox],eax
71
	mov [open_file_vox],eax
Line 72... Line 72...
72
 
72
 
73
	copy_path f_name,[32],file_name,0
73
	copy_path f_name,[32],file_name,0
74
 
74
 
75
	mov eax,70 ;70-ï äã­ªæ¨ï à ¡®â  á ä ©« ¬¨
75
	mov eax,SF_FILE
76
	mov [run_file_70.Function], 0
76
	mov [run_file_70.Function], 0
77
	mov [run_file_70.Position], 0
77
	mov [run_file_70.Position], 0
Line 228... Line 228...
228
name_buf2d db 'buf2d.obj',0
228
name_buf2d db 'buf2d.obj',0
229
;--------------------------------------------------
229
;--------------------------------------------------
Line 230... Line 230...
230
 
230
 
231
align 16
231
align 16
232
i_end: ;ª®­¥æ ª®¤ 
232
i_end: ;ª®­¥æ ª®¤ 
233
file_name:
-
 
234
		rb 4096
233
file_name rb 4096
235
cur_dir_path:
-
 
236
	rb 4096
234
cur_dir_path rb 4096
237
library_path:
-
 
238
	rb 4096
235
library_path rb 4096
239
	rb 1024
236
	rb 1024
240
stacktop:
237
stacktop:
Line -... Line 238...
-
 
238
mem: