1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/DevTools/UserspaceEmulator
Andreas Kling d0dbf92c8d UserspaceEmulator: Break out of emulation when hitting a RET
Until we learn more instructions, we'll have to exit somewhere, so let
us exit when we hit a RET instruction for now.
2020-07-07 22:44:58 +02:00
..
CMakeLists.txt UserspaceEmulator: Start building a userspace X86 emulator :^) 2020-07-07 22:44:58 +02:00
Emulator.cpp UserspaceEmulator: Break out of emulation when hitting a RET 2020-07-07 22:44:58 +02:00
Emulator.h UserspaceEmulator: Start building a userspace X86 emulator :^) 2020-07-07 22:44:58 +02:00
main.cpp UserspaceEmulator: Start building a userspace X86 emulator :^) 2020-07-07 22:44:58 +02:00
SoftCPU.cpp UserspaceEmulator: Start building a userspace X86 emulator :^) 2020-07-07 22:44:58 +02:00
SoftCPU.h UserspaceEmulator: Start building a userspace X86 emulator :^) 2020-07-07 22:44:58 +02:00