Subversion Repositories Kolibri OS

Rev

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

Rev 5880 Rev 6002
Line 206... Line 206...
206
    je	 noy_up.year_evt
206
    je	 noy_up.year_evt
207
    cmp  ebp,4
207
    cmp  ebp,4
208
    jne  still
208
    jne  still
209
    mov  ebx,[day_sel]
209
    mov  ebx,[day_sel]
210
    cmp  ah,176 	; left arrow
210
    cmp  ah,176 	; left arrow
211
    jb	 still
211
    jg	 still
212
    cmp  ah,179
212
    cmp  ah,179
213
    ja	 still
213
    jl	 still
214
    shr  eax,8
214
    shr  eax,8
215
    sub  eax,176
215
    sub  eax,176
216
    movsx ecx,byte[day_bounds+eax*2]
216
    movsx ecx,byte[day_bounds+eax*2]
217
    movzx eax,byte[day_bounds+eax*2+1]
217
    movzx eax,byte[day_bounds+eax*2+1]
218
    add  ecx,ebx
218
    add  ecx,ebx