Subversion Repositories Kolibri OS

Rev

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

Rev 6058 Rev 6280
Line 672... Line 672...
672
	//char text[15];
672
	//char text[15];
673
	EDI = in_date;
673
	EDI = in_date;
674
	EAX = 47;
674
	EAX = 47;
675
	EBX = 2<<16;
675
	EBX = 2<<16;
676
	EDX = x<<16+y;
676
	EDX = x<<16+y;
677
	ESI = 0x80<<24+color;
677
	ESI = 0x90<<24+color;
678
	ECX = EDI.date.day;
678
	ECX = EDI.date.day;
679
	$int 0x40;
679
	$int 0x40;
680
	EDX += 18<<16;
680
	EDX += 18<<16;
681
	ECX = EDI.date.month;
681
	ECX = EDI.date.month;
682
	$int 0x40;
682
	$int 0x40;