News:

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

Voice recognition code

Started by Magnum, December 11, 2011, 12:21:03 AM

Previous topic - Next topic

Magnum

When I increase the length of the string, the assemblers gives these messages.

C:\masm32\SOURCE\jak.asm(17) : error A2042:statement too complex
C:\masm32\SOURCE\jak.asm(103) : error A2006:undefined symbol : TEXT
Have a great day,
                         Andy

dedndave

try splitting the TEXT string into seperate lines
not a wonderful name, by the way   :P
_TEXT is the old name for the code segment in C programs

Magnum

Have a great day,
                         Andy