News:

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

Uwords

Started by Farabi, January 18, 2010, 07:38:02 AM

Previous topic - Next topic

Farabi

Hi All,
I want uwords MASM example to be able to make non alphabet symbol treated as a symbol, so for example the words "I-AM" treated as one word, not 2 words.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

sinsi

But that is 4 bytes, have you tried udword?
Light travels faster than sound, that's why some people seem bright until you hear them.

Farabi

Quote from: sinsi on January 18, 2010, 07:43:16 AM
But that is 4 bytes, have you tried udword?

no not word on 16 bits context, but 2 words on term context.
Anyway, I recompiled the uword.asm and got this following error
Quote
\masm32\macros\macros.asm(1003) : error A2005: symbol redefinition : _fflush
\masm32\macros\macros.asm(1004) : error A2006: undefined symbol : hfile
\masm32\macros\macros.asm(1004) : error A2114: INVOKE argument type mismatch : argument : 1
\masm32\macros\macros.asm(1004) : error A2034: must be in segment block
\masm32\macros\macros.asm(1005) : fatal error A1008: unmatched macro nesting
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Farabi

Nevermind, I download the lates version of MASM32 and it was working.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"