@azonenberg @foone The llvm-mc command can help with stuff like that:
echo 'int $0x1a' | llvm-mc -arch x86 -show-encoding
.text
int $26 # encoding: [0xcd,0x1a]
@azonenberg @foone The llvm-mc command can help with stuff like that:
echo 'int $0x1a' | llvm-mc -arch x86 -show-encoding
.text
int $26 # encoding: [0xcd,0x1a]