The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: jolly on January 10, 2007, 09:20:38 AM

Title: question in X86
Post by: jolly on January 10, 2007, 09:20:38 AM
hi everybody,

I new in assembly language...I try to learn X86 language.yesterday i find a question and i try to solve it but i cant do that...can you help me to solve that question??? it is really easy question...i will explain it briefly

question says write assembly program that inputs a word and finds that whether it is palindrom or not..if it is palindrom it writes Y(yes) if not it writes N(no)...it is all.... example: if the word is moom then it writes Y
thanks for all your help
Title: Re: question in X86
Post by: jorgon on January 10, 2007, 09:35:32 AM
Hi Jolly

I would suggest that you start by making the HelloWorld1 example in the GoAsm help file.  This writes "Hello World" to the console (command prompt).  Once you have that working you will be ready with the next stage of the project.