Ryan Houdek c7f2aa1ddd Adds a couple basic 32bit x86 unit tests
Super basic, just to show them working
2020-06-10 19:44:27 -07:00
2020-06-10 16:49:06 -07:00

FEX - Fast x86 emulation frontend

This is the frontend application and tooling used for development and debugging of the FEXCore library.

Dependencies

  • SonicUtils
  • FEXCore
  • cpp-optparse
  • imgui
  • json-maker
  • tiny-json
  • boost interprocess (sadly)
  • A C++17 compliant compiler (There are assumptions made about using Clang and LTO)
  • clang-tidy if you want the code cleaned up
  • cmake

FEX diagram

Description
A fast usermode x86 and x86-64 emulator for Arm64 Linux
Readme MIT 46 MiB
Languages
C++ 59.6%
Assembly 30.5%
C 7.1%
Python 1.5%
CMake 1%
Other 0.3%