News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

add eax,1 add ebx,1 add eax,ebx= weird character

Started by shadow, March 19, 2005, 04:10:41 AM

Previous topic - Next topic

Rainstorm

hutch, thanks.
but in that same code what if i move a letter into ecx instead of a number (& want to carry out
string operations on it,  for eg......lcase$ etc)

mov ecx, "H"

then that gives me just the ascii value of 'H' in the message box.
(& not some modification of the letter like small a 'h'.....if i do some modification on it)
-

gabor

Hello Rainstorm!

I am sorry if I've insulted you. That was not my intension at all especially because my post was addressed to the starter of this thread. I've read several posts of yours before I might say, I know about your interest in masm and I really respect it.
Again, my post was meant to shadow the starter of the topic. Of course I do not want to discriminate anyone I just would like to call your attention on my experience that people very often ask questions before gathering the necessary basic informations.
I am not against learning in such a way you do (asking-coding and testing, again asking... etc.) I decided to add my post because this topic about representing and displying numbers was the sevond or third that week, and the essence of most of the answering posts can be found in those other topics too...
I hope this cleared some stuff...

Greets, Gábor

Rainstorm

Hi Gabor.

thanks for the clarification.
no probs..

no offence taken. : )


Regards

Rainstorm

-