News:

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

Read imput string routine

Started by falcon01, July 31, 2011, 06:06:20 PM

Previous topic - Next topic

dedndave

i had to correct the code above
i added the line....
        mov     es,ax

STOSB stores the byte in AL at ES:[DI], then adjusts the DI register according to DF
the DF is always cleared at program start, so CLD is not required in this case, as we never STD