Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 599 → Rev 603

/kernel/trunk/hid/keyboard.inc
287,10 → 287,10
jb .dowrite
cmp ch, 83
ja .dowrite
push eax
;push eax
movzx eax, ch
mov bl, [numlock_map + eax - 71]
pop eax
;pop eax
 
;.........................Part1 End.................................................