1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:28:11 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling f8b38eabeb UserspaceEmulator: First cut of generic instruction implementations
Let's use C++ templates to implement the generic parts of instructions.
There are tons of them with the same set of inputs, just different
behavior. Templates are perfect for this.
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 an initial stack and implement PUSH/POP reg32 2020-07-09 16:20:08 +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: First cut of generic instruction implementations 2020-07-10 20:20:27 +02:00
SoftCPU.h UserspaceEmulator: First cut of generic instruction implementations 2020-07-10 20:20:27 +02:00
SoftMMU.cpp UserspaceEmulator: Start sketching out a SoftMMU class :^) 2020-07-09 16:18:47 +02:00
SoftMMU.h UserspaceEmulator: Start sketching out a SoftMMU class :^) 2020-07-09 16:18:47 +02:00