summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibX86/Disassembler.h
AgeCommit message (Expand)Author
2022-12-28LibX86: Remove i686 supportLiav A
2022-12-11LibX86: Only pass ProcessorMode to Instruction constructorItamar
2022-11-26LibX86: Add basic x86-64 supportSimon Wanner
2022-11-26LibX86: Add {Address,Operand}Size::Size64Simon Wanner
2022-11-26LibX86+UserspaceEmulator: Introduce AddressSize and OperandSize enumsSimon Wanner
2021-08-02LibX86: Stub out Disassembler::next() for x86_64Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling