Question: intel 80x86 assembly language Write a procedure that will append one null-terminated string to the end of another. Specifically, the procedure must have two parameters:
intel 80x86 assembly language
Write a procedure that will append one null-terminated string to the end of another. Specifically, the procedure must have two parameters: (1) the address of string1 and (2) the address of string2. The procedure will copy the characters of string2 to the end of string1 with the first character of string2 replacing the null byte at the end of string1, and so on. Follow the cdecl protocol. Write a short test driver to test your procedure.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
