Closed martin-fink closed 3 years ago
This PR adds support for all 12 variants of BT, BTS and BTR and BTC respectively (48 variants in total).
BT
BTS
BTR
BTC
I've added a new InstructionKind for the new instructions since they did not fit an existing one (the nearest would probably be COMPARE).
InstructionKind
COMPARE
https://www.felixcloutier.com/x86/bt https://www.felixcloutier.com/x86/bts https://www.felixcloutier.com/x86/btr https://www.felixcloutier.com/x86/btc
Thanks, @martin-fink
This PR adds support for all 12 variants of
BT
,BTS
andBTR
andBTC
respectively (48 variants in total).I've added a new
InstructionKind
for the new instructions since they did not fit an existing one (the nearest would probably beCOMPARE
).https://www.felixcloutier.com/x86/bt https://www.felixcloutier.com/x86/bts https://www.felixcloutier.com/x86/btr https://www.felixcloutier.com/x86/btc