asmdb
asmdb copied to clipboard
xlat and xlatb
trafficstars
I would suggest just having xlat [es:zbx + al] signature and remove xlatb completely (it's alias anyway).
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"],