<div dir="ltr"><br><div class="gmail_quote"><div class="im">> +_loop_row:<br>
> +    xor         col,        col<br>
> +    cmp                width,      0<br>
> +    je         _end_col<br>
<br>
</div>>>I don't understand this. Why do we have to do this check?<br>
<br><span style="font-family:arial,sans-serif;font-size:13px">suppose, during execution width comes less than 8 like 5, then we would like to run our code section which handles the reaming width (_end_col:) not the whole code (handle multiple of 8 and renaming width part, it will computed twice in this case and  corrupting some (8 - widthleft) dst[] old values which is being used with 'pblenvb' instruction.This is why we have put a check. if width is always >= 8 you are right, we don't need to put the check. <b>I have sent this text as common reply, my mistake if you are reading this please, ignore that.</b></span><br style="font-family:arial,sans-serif;font-size:13px">
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Regards,</div><div style="font-family:arial,sans-serif;font-size:13px">praveen</div><br>
</div><br></div>