answersLogoWhite

0


Best Answer

push eax ;put eax on the stack so you loose nothing already in it. Invoke lstrcat, Addr string1, Addr string2

mov Result, OFFSET eax ; The return of the function is stored in EAX

;do whatever you want with Result

pop eax ;bring back from the stack

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you concatination of two strings in masm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the process of combining two directories?

concatination


What is masm?

it means Microsoft Macro Assembler


What is MASM assembler?

The Microsoft Macro Assembler (abbreviated MASM) is an x86 high-level assembler for DOS and Microsoft Windows.Microsoft Assembeler for MS DosM As MToday, MASM is still the most popular assembler,[1] despite competition from new products such as NASM and Yasm, FASM, and HLA.


Where can you download MASM for the 8086?

http://www.masm32.com/masmdl.htm


What did David's slingshot look like?

It was a pouch with two strings attached to it.


What are all the factor strings for 37?

37 is prime. Two factors. No strings.


'c' code to compare two strings using strcmp function?

char one [] = "A string" ;char two [] = "Different String" ;if (strcmp (one, two) == 0){puts ("The two strings are identical") ;}else{puts ("The two strings are different") ;}


What musical instrument have seventy two strings?

Harpsichords can have 72 strings but don't always.


Which strings are which on a girls lacrosse stick?

The two strings in the middle are the shooting strings and the ones on the outside help control the ball when cradling.


What other types of strings beside nylon are used for guitars?

There are two different kind of strings. There are nylon strings and steel strings. Nylon strings are found on acoustic guitars while steel strings are common to find on electronic guitars.


How do you braid a landyard with only three rexlace strings?

i think you cannt but two strings i know how if you dont know how with two strings e mail me at bannajo@gmail.com and i wil email you back


What is string equal method?

The equals method in Strings is used to check if two strings are the same.