Subversion Repositories Kolibri OS

Rev

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

Rev 2125 Rev 2159
Line 77... Line 77...
77
    jl .zifra_0_9
77
		jl .zifra_0_9
78
      mov al,'?'
78
			mov al,'?'
79
      sub ax,48
79
			sub ax,48
80
    .zifra_0_9:
80
		.zifra_0_9:
81
    add ax,48
81
		add ax,48
82
 
-
 
83
    jmp .no_colors
82
		jmp .no_colors
84
  @@:
83
	@@:
Line 85... Line 84...
85
 
84
 
86
	mov esi,[options_file]
85
	mov esi,[options_file]
Line 228... Line 227...
228
	cmp dword[edi+MAX_COLOR_WORD_LEN],0 ;f1
227
	cmp dword[edi+MAX_COLOR_WORD_LEN],0 ;f1
229
	je @f
228
	je @f
230
		stdcall str_cat,esi,capt_calc_f1
229
		stdcall str_cat,esi,capt_calc_f1
231
		stdcall str_cat_value,esi,[index]
230
		stdcall str_cat_value,esi,[index]
232
		stdcall str_cat,esi,capt_lbl_f1_use
231
		stdcall str_cat,esi,capt_lbl_f1_use
233
		jmp .end_f1_calc
-
 
234
	@@:
232
	@@:
235
		stdcall str_cat,esi,capt_null
-
 
236
	.end_f1_calc:
-
 
Line 237... Line 233...
237
 
233
 
238
	mov esi,text_buffer
234
	mov esi,text_buffer
239
	stdcall str_len,esi ;óçíàåì äëèííó âñåé ñòðîêè
235
	stdcall str_len,esi ;óçíàåì äëèííó âñåé ñòðîêè
Line 262... Line 258...
262
	@@:
258
	@@:
263
	mov byte[edi],','
259
	mov byte[edi],','
264
	inc edi
260
	inc edi
Line 265... Line 261...
265
 
261
 
266
	xor eax,eax
262
	xor eax,eax
267
	mov al,byte[ecx+MAX_COLOR_WORD_LEN+4+2] ;color
263
	mov al,byte[ecx+MAX_COLOR_WORD_LEN+4+3] ;color
268
	stdcall str_cat_value,edi,eax
264
	stdcall str_cat_value,edi,eax
269
	stdcall str_len,edi
265
	stdcall str_len,edi
270
	add edi,eax
266
	add edi,eax
271
	mov byte[edi],13
267
	mov byte[edi],13