search for: d6027fb5

Displaying 1 result from an estimated 1 matches for "d6027fb5".

2019 May 13
2
strange output from llvm-mc
It looks to me like llvm-mc is doing something strange. Eg: echo "pop ebp" | llvm-mc -assemble -arch=x86 -filetype=obj -o temp.bin Now disassembling temp.bin: $ llvm-objdump -disassemble -x86-asm-syntax=intel -section-headers temp.bin temp.bin: file format COFF-i386 Disassembly of section .text: 0000000000000000 .text: 0: 8f 05 00 00 00 00