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 1198
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