Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6340 → Rev 6341

/programs/media/animage/trunk/string.inc
1,14 → 1,14
;-----------------------------------------------------------
;-------find simvole in string------------------------------
;-----------------------------------------------------------
find_symvol:
 
;input:
;eax=string
;ebx=symvol
find_symvol:
mov esi,eax
next_symvol:
xor ecx,ecx
mov cl,[eax]
cmp cl,bl
cmp byte[eax],bl
je symvol_fined
inc eax
jmp next_symvol