Parse LODS correctly in gas2ack
This commit is contained in:
parent
122a32b928
commit
5bf75abb30
1 changed files with 2 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue