Subversion Repositories Kolibri OS

Rev

Rev 837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 2971
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: 750 $
7
$Revision: 2971 $
8
 
8
 
9
 
9
 
Line 199... Line 199...
199
   mov edx,8
199
   mov edx,8
200
  else if _hex in 
200
  else if _hex in 
201
   if ~_hex eq ax
201
   if ~_hex eq ax
202
    movzx eax,_hex
202
    movzx eax,_hex
203
   end if
203
   end if
204
   shl eax,16
-
 
205
   if (_num eq)
204
   if (_num eq)
206
    mov edx,4
205
    mov edx,4
207
   end if
206
   end if
208
  else if _hex in 
207
  else if _hex in 
209
   if ~_hex eq al
208
   if ~_hex eq al
210
    movzx eax,_hex
209
    movzx eax,_hex
211
   end if
210
   end if
212
   shl eax,24
-
 
213
   if (_num eq)
211
   if (_num eq)
214
    mov edx,2
212
    mov edx,2
215
   end if
213
   end if
216
  end if
214
  end if
217
 else if _hex eqtype 0
215
 else if _hex eqtype 0