Subversion Repositories Kolibri OS

Rev

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

Rev 1795 Rev 2290
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
include '../../../macros.inc'
18
include '../../../macros.inc'
Line 19... Line 19...
19
 
19
 
-
 
20
START:			   ; start of execution
-
 
21
cmp  [playlist],0x00000000
-
 
22
jne  dprod
-
 
23
mcall  -1
20
START:			   ; start of execution
24
dprod:
21
or   [trig_sys],40h
25
or   [trig_sys],40h
22
call scandr
26
call scandr
23
jmp  mmm.seach
27
jmp  mmm.seach
24
still:
28
still:
Line 607... Line 611...
607
    mov  ebx,100*65536+550	   ; [x start] *65536 + [x size]
611
    mov  ebx,100*65536+550	   ; [x start] *65536 + [x size]
608
    mov  ecx,100*65536+420	    ; [y start] *65536 + [y size]
612
    mov  ecx,100*65536+420	    ; [y start] *65536 + [y size]
609
    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
610
    or	 edx,0x33000000
614
    or	 edx,0x33000000
611
    mov  edi,title
615
    mov  edi,header
612
    mcall
616
    mcall
613
    mov  eax,4
617
    mov  eax,4
614
    mov  ebx,5*65536+5
618
    mov  ebx,5*65536+5
615
    mov  ecx,0xC0000000
619
    mov  ecx,0xC0000000
616
    mov  edx,label1
620
    mov  edx,label1
617
    mov  edi,[sc.work]
621
    mov  edi,[sc.work]
Line 742... Line 746...
742
 
746
 
Line 743... Line 747...
743
; DATA AREA
747
; DATA AREA
744
 
748
 
745
 
749
 
746
title:         db   'à®¨£à뢠¥¬ ¯«¥©«¨áâ v 0.19 :)',0
750
header:        db   'à®¨£à뢠¥¬ ¯«¥©«¨áâ v 0.20 :)',0
747
play_list:     db   '1.kpl',0
751
play_list:     db   '1.kpl',0
748
cd_0:	       db   'c',0
752
cd_0:	       db   'c',0