Parse LODS correctly in gas2ack

This commit is contained in:
Erik van der Kouwe 2010-07-21 14:47:01 +00:00
parent 122a32b928
commit 5bf75abb30

View file

@ -280,8 +280,9 @@ static mnemonic_t mnemtab[] = {
{ "lldt", LLDT, WORD },
{ "lmsw", LMSW, WORD },
{ "lock", LOCK, WORD },
{ "lods", LODS, WORD },
{ "lodsb", LODS, BYTE },
{ "lodsl", LODS, WORD },
{ "lodsw", LODS, OWORD },
{ "loop", LOOP, JUMP },
{ "loope", LOOPE, JUMP },
{ "loopne", LOOPNE, JUMP },