Subversion Repositories Kolibri OS

Rev

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

Rev 7579 Rev 7861
Line 265... Line 265...
265
 
265
 
266
align 4
266
align 4
267
;conv_tabl rb 128 ;â ¡«¨æ  ¤«ï ª®­¢¥àâ¨à®¢ ­¨ï scan-ª®¤  ¢ ascii-ª®¤
267
;conv_tabl rb 128 ;â ¡«¨æ  ¤«ï ª®­¢¥àâ¨à®¢ ­¨ï scan-ª®¤  ¢ ascii-ª®¤
Line 268... Line 268...
268
buf db BUF_SIZE dup(0) ;¡ãä¥à ¤«ï ª®¯¨à®¢ ­¨ï | ¢áâ ¢ª¨
268
buf db BUF_SIZE dup(0) ;¡ãä¥à ¤«ï ª®¯¨à®¢ ­¨ï | ¢áâ ¢ª¨
-
 
269
 
-
 
270
capt_header db 'macro wo txt,lf1,p1,p2,p3{',13
-
 
271
	db '@@: db txt',13,'rb @b+40-$',13
-
 
272
	db 'if lf1 eq',13,'dd 0',13 ;¥á«¨ áá뫪  f1 ¯ãáâ ï
269
 
273
	db 'else if lf1 eq 0',13,'dd 0',13 ;¥á«¨ áá뫪  f1 à ¢­  0
270
capt_header db 'macro wo txt,f1,p1,p2,p3{',13
274
	db 'else',13,'dd f1.#lf1-f1',13,'end if',13 ;¥á«¨ áá뫪  f1 § ¤ ­  ¬¥âª®©
271
	db '@@: db txt',13,'rb @b+40-$',13,'dd f1+0',13,'db p1',13,'dw p2+0',13,'db p3',13,'}',13
275
	db 'db p1',13,'dw p2+0',13,'db p3',13,'}',13
272
	db 'count_colors_text dd (text-color_wnd_text)/4',13
276
	db 'count_colors_text dd (text-color_wnd_text)/4',13
273
	db 'count_key_words dd (f1-text)/48',13,0
277
	db 'count_key_words dd (f1-text)/48',13,0
274
col_1 db 'color_cursor dd ',0	;+ 98 梥⠪ãàá®à 
278
col_1 db 'color_cursor dd ',0	;+ 98 梥⠪ãàá®à 
Line 284... Line 288...
284
capt_beg_db db ':db ',39,0
288
capt_beg_db db ':db ',39,0
285
capt_end_word db 39,'>,',0
289
capt_end_word db 39,'>,',0
286
capt_type_dd db 9,'dd ',0
290
capt_type_dd db 9,'dd ',0
287
capt_lbl_f1 db 'f1: db 0',13,0
291
capt_lbl_f1 db 'f1: db 0',13,0
288
capt_end_word_f1 db 39,',0',13,0
292
capt_end_word_f1 db 39,',0',13,0
289
capt_calc_f1 db 'f1'
-
 
290
capt_point db '.',0
293
capt_point db '.',0
291
capt_lbl_f1_use db '-f1',0
-
 
292
capt_null db '0',0
294
capt_null db '0',0
Line 293... Line 295...
293
 
295
 
294
KM_SHIFT equ 0x00010000
296
KM_SHIFT equ 0x00010000
295
KM_CTRL equ 0x00020000
297
KM_CTRL equ 0x00020000