1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 14:30:59 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling a9f92e5d75 UserspaceEmulator: Remove an unnecessary step in some instructions
We don't need to move the result of shifts around like this, we can
just use inline assembly outputs to make it end up in the right place.
2020-07-13 13:50:22 +02:00
..
CMakeLists.txt UserspaceEmulator: Make mmap'ed memory track read/write protection 2020-07-13 13:50:22 +02:00
Emulator.cpp UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
Emulator.h UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
main.cpp UserspaceEmulator: Pass arguments through to emulated process 2020-07-13 13:50:22 +02:00
MmapRegion.cpp UserspaceEmulator: Add basic support for memory-mapped files 2020-07-13 13:50:22 +02:00
MmapRegion.h UserspaceEmulator: Add basic support for memory-mapped files 2020-07-13 13:50:22 +02:00
SimpleRegion.cpp UserspaceEmulator: Move SimpleRegion to its own files 2020-07-13 13:50:22 +02:00
SimpleRegion.h UserspaceEmulator: Move SimpleRegion to its own files 2020-07-13 13:50:22 +02:00
SoftCPU.cpp UserspaceEmulator: Remove an unnecessary step in some instructions 2020-07-13 13:50:22 +02:00
SoftCPU.h UserspaceEmulator: Put the executable name in argv[0] :^) 2020-07-12 21:37:54 +02:00
SoftMMU.cpp UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00
SoftMMU.h UserspaceEmulator: Add some more syscalls 2020-07-13 13:50:22 +02:00