Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. asm{
  2.     push edi
  3.     mov edi,mystr
  4.     xor eax,eax
  5.     xor ecx,ecx
  6.     dec ecx
  7.     repne scasb
  8.     not ecx
  9.     lea mystrlen,[ecx-1]
  10.     pop edi
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement