1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 10:40:59 +00:00
serenity/Libraries/LibX86
Andreas Kling 97f4cebc8d UserspaceEmulator+LibX86: Implement the LEA instruction
This piggybacks nicely on Instruction's ModR/M resolution code. :^)
2020-07-11 23:57:14 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Disassembler.h LibX86: Remove some unnecessary stuff from Disassembler.h 2020-04-11 13:23:52 +02:00
Instruction.cpp LibX86: Store Instruction's segment prefix as Optional<SegmentRegister> 2020-07-10 20:20:27 +02:00
Instruction.h UserspaceEmulator+LibX86: Implement the LEA instruction 2020-07-11 23:57:14 +02:00
Interpreter.h LibX86: Add an abstract X86::Interpreter class 2020-07-07 22:44:58 +02:00