asmdb icon indicating copy to clipboard operation
asmdb copied to clipboard

xlat and xlatb

Open kobalicek opened this issue 7 years ago • 1 comments
trafficstars

I would suggest just having xlat [es:zbx + al] signature and remove xlatb completely (it's alias anyway).

kobalicek avatar Nov 22 '17 22:11 kobalicek

Correction to @kobalicek 's comment: the segment is ds not es.

I agree with @kobalicek regarding removing xlatb since it is the alias mnemonic for the no operand form of xlat and asmjit requires optional operands.

Current entry:

    ["xlatb"            , ""                                            , "NONE"    , "D7"                               , "ANY              Volatile"],

Suggested replacement:

    ["xlat"            , "R:<ds:zbx>, X:<al>"                           , "NONE"    , "D7"                               , "ANY              Volatile"],

gwicksted avatar May 04 '18 20:05 gwicksted