News:

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

xlat problem

Started by Neil, July 04, 2010, 01:37:02 PM

Previous topic - Next topic

dedndave

        movzx   eax,byte ptr Table[eax-6]
        movzx   eax,byte ptr Table[eax]
the assembler generates the same instruction, either way
        movzx   eax,byte ptr [eax+nnnnnnnn]
the only difference is the immediate offset value