Subversion Repositories Kolibri OS

Rev

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

Rev 593 Rev 656
Line 2... Line 2...
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
$Revision: 593 $
7
$Revision: 656 $
8
 
8
 
9
 
9
 
Line 194... Line 194...
194
 if _hex eqtype eax
194
 if _hex eqtype eax
195
  if _hex in 
195
  if _hex in 
196
   if ~_hex eq eax
196
   if ~_hex eq eax
197
    mov eax,_hex
197
    mov eax,_hex
198
   end if
198
   end if
-
 
199
   mov edx,8
199
  else if _hex in 
200
  else if _hex in 
200
   if ~_hex eq ax
201
   if ~_hex eq ax
201
    movzx eax,_hex
202
    movzx eax,_hex
202
   end if
203
   end if
203
   shl eax,16
204
   shl eax,16