1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling 0cf7fd5268 UserspaceEmulator+LibX86: Implement all the forms of XOR
And they're all generic, which will make it easy to support more ops.
2020-07-10 20:20:27 +02:00
..
CMakeLists.txt UserspaceEmulator: Start sketching out a SoftMMU class :^) 2020-07-09 16:18:47 +02:00
Emulator.cpp UserspaceEmulator: Add 8/16 bit memory read/write operations 2020-07-10 20:20:27 +02:00
Emulator.h UserspaceEmulator: Start sketching out a SoftMMU class :^) 2020-07-09 16:18:47 +02:00
main.cpp UserspaceEmulator: Start executing in _start() instead of main() 2020-07-09 15:47:10 +02:00
SoftCPU.cpp UserspaceEmulator+LibX86: Implement all the forms of XOR 2020-07-10 20:20:27 +02:00
SoftCPU.h UserspaceEmulator+LibX86: Implement all the forms of XOR 2020-07-10 20:20:27 +02:00
SoftMMU.cpp UserspaceEmulator: Add 8/16 bit memory read/write operations 2020-07-10 20:20:27 +02:00
SoftMMU.h UserspaceEmulator: Add 8/16 bit memory read/write operations 2020-07-10 20:20:27 +02:00