Курсовая работа: Конкатенація строк Assembler

@@:

mov al, [ecx+edx] ; write append string to end of source

mov [edi+edx], al

add edx, 1

test al, al ; exit when terminator is written

jne @B

pop edi

mov eax, lpszSource

ret

strCat endp

end start

К-во Просмотров: 432
Бесплатно скачать Курсовая работа: Конкатенація строк Assembler