Thread: Tiny question
View Single Post
  #3  
Old 09-20-2004, 23:13
Belisarious
 
Posts: n/a
For No (3) I would have done something like that..
.
push ecx
mov ecx, (number of bytes in string)
cld
rep movsb dest_Address,source_Address
pop ecx
..

Just an idea


Reply With Quote