Subversion Repositories Kolibri OS

Rev

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

Rev 593 Rev 603
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 593 $
8
$Revision: 603 $
Line 9... Line 9...
9
 
9
 
Line 285... Line 285...
285
      @@:
285
      @@:
286
	cmp	ch, 71
286
	cmp	ch, 71
287
	jb	.dowrite
287
	jb	.dowrite
288
	cmp	ch, 83
288
	cmp	ch, 83
289
	ja	.dowrite
289
	ja	.dowrite
290
	push	eax
290
	;push    eax
291
	movzx	eax, ch
291
	movzx	eax, ch
292
	mov	bl, [numlock_map + eax - 71]
292
	mov	bl, [numlock_map + eax - 71]
293
	pop	eax
293
	;pop     eax
Line 294... Line 294...
294
 
294
 
Line 295... Line 295...
295
;.........................Part1 End.................................................
295
;.........................Part1 End.................................................
296
 
296