DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Assembly (http://www.daniweb.com/forums/forum125.html)
-   -   String input (http://www.daniweb.com/forums/thread186776.html)

neutralfox Apr 15th, 2009 12:23 pm
String input
 
Hello friends,
I am new to assembly language and I want the user to input a string ... then save the string in a stack.

Is there a function to get the string from the user, like getStr .

Thanks in advance.

DavidOsorno Apr 15th, 2009 1:42 pm
Re: String input
 
Need to know what compiler and OS you are using.

neutralfox Apr 15th, 2009 1:45 pm
Re: String input
 
I am using masm615 and Windows XP. But I didn't know that the code depends on the OS and the compiler.

DavidOsorno Apr 15th, 2009 2:21 pm
Re: String input
 
Under Windows, you can see a lot of samples, but using MASM32:

http://www.microsoft.com/downloads/d...displaylang=en

After installing, look into folders:

MASM32\tutorial\console
MASM32\examples

Let me know if that helps

neutralfox Apr 15th, 2009 2:25 pm
Re: String input
 
Thanks for the answer dude. But I am having problem to install masm32. Is it different from masm615?

DavidOsorno Apr 15th, 2009 5:21 pm
Re: String input
 
You are welcome.

No quite different, MASM32 8 is a newer version (the most recent as far as I know)

If you are a begginer, I really encourage you to use that version, because it comes with a lot of very simple and self-explanatory samples.

It is fully compatible with the free versions, like Visual C++ express edition, so you can invoke your ASM functions from C++, or just type inline assembly from C++.

If you want to start from the very begging, you can follow the samples from the "hello world" sample.

neutralfox Apr 15th, 2009 5:25 pm
Re: String input
 
Thanks ... will the program still run in masm615 if I assembled it using masm32?

DavidOsorno Apr 15th, 2009 7:33 pm
Re: String input
 
Yes i till run in masm615 as long as you do not use masm32 specific macros, or you copy the macro definition into masm615.

Browsing macro definitions help a great deal in learning.

neutralfox Apr 16th, 2009 3:08 am
Re: String input
 
Okie .... thanks for the help. I will try it.


All times are GMT -4. The time now is 4:39 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC