Subversion Repositories Kolibri OS

Rev

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

Rev 974 Rev 2745
Line 651... Line 651...
651
    mov  ebx,3
651
    mov  ebx,3
652
    mov  ecx,sc
652
    mov  ecx,sc
653
    mov  edx,sizeof.system_colors
653
    mov  edx,sizeof.system_colors
654
    mcall
654
    mcall
Line -... Line 655...
-
 
655
 
-
 
656
    mov  eax,48
-
 
657
    mov  ebx,4
-
 
658
    int  0x40
655
 
659
    mov  ecx, eax
656
    xor  eax,eax                     
660
    xor  eax,eax                     
657
    mov  ebx,200 shl 16+255        
661
    mov  ebx,200 shl 16+256        
658
    mov  ecx,200 shl 16+180
662
    add  ecx,200 shl 16+158
659
    mov  edx,[sc.work]
663
    mov  edx,[sc.work]
660
    or   edx,0x34000000
664
    or   edx,0x34000000
661
    mov  edi,title
665
    mov  edi,title
Line 682... Line 686...
682
  
686
  
683
    mcall  ,199 shl 16+28,49 shl 16+18,2               ; 'C'
687
    mcall  ,199 shl 16+28,49 shl 16+18,2               ; 'C'
Line 684... Line 688...
684
    mcall  ,220 shl 16+8,7 shl 16+8,3                     ; 'dec-bin-hex'
688
    mcall  ,220 shl 16+8,7 shl 16+8,3                     ; 'dec-bin-hex'
685
 
689
 
686
    mov  eax,4
690
    mov  eax,4
687
    mov  ebx,27 shl 16+54
691
    mov  ebx,27 shl 16+55
688
    mov  ecx,[sc.work_button_text]
692
    mov  ecx,[sc.work_button_text]
689
    mov  edx,text
693
    mov  edx,text
690
    mov  esi,33
694
    mov  esi,33