A C# ARM64 emulator that works translating ARM code to CIL
Go to file
2019-02-18 15:17:34 +11:00
Decoders Implement speculative translation on the CPU (#515) 2019-02-04 18:26:05 -03:00
Events
Exceptions
Instructions Optimize CMN/ADDS to do a single comparision like CMP/SUBS (#576) 2019-02-18 15:17:34 +11:00
Memory
State Implement speculative translation on the CPU (#515) 2019-02-04 18:26:05 -03:00
Translation Optimize CMN/ADDS to do a single comparision like CMP/SUBS (#576) 2019-02-18 15:17:34 +11:00
ChocolArm64.csproj
CpuThread.cs Implement speculative translation on the CPU (#515) 2019-02-04 18:26:05 -03:00
OpCodeTable.cs
Optimizations.cs