Subversion Repositories Kolibri OS

Rev

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

Rev 2290 Rev 2291
Line 611... Line 611...
611
    mov  ebx,100*65536+550	   ; [x start] *65536 + [x size]
611
    mov  ebx,100*65536+550	   ; [x start] *65536 + [x size]
612
    mov  ecx,100*65536+420	    ; [y start] *65536 + [y size]
612
    mov  ecx,100*65536+420	    ; [y start] *65536 + [y size]
613
    mov  edx,[sc.work]		   ; color of work area RRGGBB,8->color gl
613
    mov  edx,[sc.work]		   ; color of work area RRGGBB,8->color gl
614
    or	 edx,0x33000000
614
    or	 edx,0x33000000
615
    mov  edi,header
615
    mov  edi,title
616
    mcall
616
    mcall
617
    mov  eax,4
617
    mov  eax,4
618
    mov  ebx,5*65536+5
618
    mov  ebx,5*65536+5
619
    mov  ecx,0xC0000000
619
    mov  ecx,0xC0000000
620
    mov  edx,label1
620
    mov  edx,label1
621
    mov  edi,[sc.work]
621
    mov  edi,[sc.work]
Line 746... Line 746...
746
 
746
 
Line 747... Line 747...
747
; DATA AREA
747
; DATA AREA
748
 
748
 
749
 
749
 
750
header:        db   'à®¨£à뢠¥¬ ¯«¥©«¨áâ v 0.20 :)',0
750
title:        db   'à®¨£à뢠¥¬ ¯«¥©«¨áâ v 0.20',0
751
play_list:     db   '1.kpl',0
751
play_list:     db   '1.kpl',0
752
cd_0:	       db   'c',0
752
cd_0:	       db   'c',0