728x90

strcat을 구현해봤다.

destination 문자열의 '\n'까지 확인하고  '\n'위치부터 source 문자열 데이터를 입력시키는 것이다.

문자열을 1바이트씩 이동시켰다.

실행 화면

 

728x90

'Programming > assembly' 카테고리의 다른 글

nasm x64 assembly memcpy 구현  (0) 2020.03.16
nasm x64 assembly strcmp 구현  (0) 2020.03.15
nasm x64 assembly strcpy 구현 -2  (0) 2020.03.11
nasm x64 assembly strcpy 구현 -1  (1) 2020.03.11
inline func alloca  (0) 2020.03.10

+ Recent posts