Subversion Repositories Kolibri OS

Rev

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

Rev 31 Rev 55
Line 108... Line 108...
108
    mov  [list_start],0
108
    mov  [list_start],0
109
    jmp  still_end  
109
    jmp  still_end  
Line 110... Line 110...
110
 
110
 
111
  pgup:
111
  pgup:
112
    mov  eax,[list_add]  ;maximal displayed process slot
-
 
113
    cmp  eax,255
-
 
114
    jge  .noinc
-
 
115
    inc  eax
-
 
116
  .noinc:  
112
    mov  eax,[list_add]  ;maximal displayed process slot
117
    mov  [list_start],eax
113
    mov  [list_start],eax
Line 118... Line 114...
118
    jmp  still_end  
114
    jmp  still_end  
119
    
115
    
Line 504... Line 500...
504
    int  0x40
500
    int  0x40
Line 505... Line 501...
505
 
501
 
506
.show_process_info:
502
.show_process_info:
507
    mov  edi,[list_start]
503
    mov  edi,[list_start]
508
    mov  [list_add],edi
-
 
509
    dec  dword [list_add]
504
    mov  [list_add],edi
510
    mov  dword [index],0
505
    mov  dword [index],0
511
    mov  dword [curposy],54
506
    mov  dword [curposy],54
512
.loop_draw:
507
.loop_draw:
513
    call draw_next_process
508
    call draw_next_process