strcpy(): Assure DF=0
This commit is contained in:
@@ -46,6 +46,7 @@ strcpy:
|
||||
dec rcx
|
||||
.copy:
|
||||
mov rdi, r8
|
||||
cld
|
||||
rep movsb
|
||||
mov byte [rdi], EOS
|
||||
mov rax, r8
|
||||
|
Reference in New Issue
Block a user