Guest User

Untitled

a guest
Jul 15th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. is128Zero proc c uses esi ,
  2. source: ptr dword
  3. sub eax,eax ; initialize eax to all zeroes
  4. mov esi, source
  5.  
  6. FOR parem, <0,4,8,12>
  7. or eax, parem[esi]
  8. ENDM
  9. done:
  10. RET
  11. is128Zero endp
Add Comment
Please, Sign In to add comment