1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 20:50:59 +00:00
serenity/Libraries/LibX86
Andreas Kling 8daddcfa0a LibX86: Fix duplicate '+' in SIB byte disassembly
For SIB bytes with base but no index, we were emitting two '+' chars
which looked very off.
2020-04-11 23:11:10 +02:00
..
Disassembler.h LibX86: Remove some unnecessary stuff from Disassembler.h 2020-04-11 13:23:52 +02:00
Instruction.cpp LibX86: Fix duplicate '+' in SIB byte disassembly 2020-04-11 23:11:10 +02:00
Instruction.h LibX86: Tolerate invalid segment register indices when disassembling 2020-04-11 14:00:20 +02:00
Makefile LibX86: Add an X86 instruction decoder library + basic disassembler 2020-04-11 13:16:17 +02:00