Skip to content
/ rem Public
forked from HorseTrain/rem

A (hopefully multi architecture) CPU emulator. Used as the x64 to ARM64 emulator for Pound.

Notifications You must be signed in to change notification settings

pound-emu/rem

 
 

Repository files navigation

A (Hopefully Multi System) Jit emulator framework written in C++.

Libraries Used: https://github.com/herumi/xbyak

Road Plan:

X86 Backend                         - [in progress]
Complete arm64 frontend             - [in progress]                                   
arm64 backend                       - [not started]
Complete riscv frontend             - [not started]
Power PC 32                         - [not started]
Running itself in every frontend    - [not started]
RUNNING LINUX NO MMU                - [not started]

Accomplishments:

Using RYUJINX the discontinued nintendo switch emulator, 
I can test the aarch64 portion of this project.

SCREENSHOTS:

alt text
alt text
alt text
alt text alt text alt text alt text

Possible nintendo switch emulator written from the ground up in the works??????

About

A (hopefully multi architecture) CPU emulator. Used as the x64 to ARM64 emulator for Pound.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • C 1.4%