Subversion Repositories Kolibri OS

Rev

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

Rev 1482 Rev 1483
Line 15... Line 15...
15
;;          GNU GENERAL PUBLIC LICENSE                             ;;
15
;;          GNU GENERAL PUBLIC LICENSE                             ;;
16
;;             Version 2, June 1991                                ;;
16
;;             Version 2, June 1991                                ;;
17
;;                                                                 ;;
17
;;                                                                 ;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
$Revision: 1482 $
20
$Revision: 1483 $
21
 
21
 
Line 22... Line 22...
22
__DEBUG_LEVEL_OLD__  equ __DEBUG_LEVEL__
22
__DEBUG_LEVEL_OLD__  equ __DEBUG_LEVEL__
Line 274... Line 274...
274
 
274
 
275
	add	dl, [esi+1]
275
	add	dl, [esi+1]
Line 276... Line 276...
276
	adc	dh, [esi+0]
276
	adc	dh, [esi+0]
277
 
-
 
278
	adc	edx, 0
277
 
279
 
278
	adc	edx, 0
Line 280... Line 279...
280
	inc	ecx
279
	inc	esi
281
	inc	ecx
280
	inc	esi
282
 
281