Subversion Repositories Kolibri OS

Rev

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

Rev 1161 Rev 1201
Line 197... Line 197...
197
   mov edx,8
197
   mov edx,8
198
  else if _hex in 
198
  else if _hex in 
199
   if ~_hex eq ax
199
   if ~_hex eq ax
200
    movzx eax,_hex
200
    movzx eax,_hex
201
   end if
201
   end if
202
   shl eax,16
-
 
203
   if (_num eq)
202
   if (_num eq)
204
    mov edx,4
203
    mov edx,4
205
   end if
204
   end if
206
  else if _hex in 
205
  else if _hex in 
207
   if ~_hex eq al
206
   if ~_hex eq al
208
    movzx eax,_hex
207
    movzx eax,_hex
209
   end if
208
   end if
210
   shl eax,24
-
 
211
   if (_num eq)
209
   if (_num eq)
212
    mov edx,2
210
    mov edx,2
213
   end if
211
   end if
214
  end if
212
  end if
215
 else if _hex eqtype 0
213
 else if _hex eqtype 0