A C# ARM64 emulator that works translating ARM code to CIL
Go to file
Mary 170793a2ca Remove missing reference 2021-02-26 23:46:17 +01:00
Decoders Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Events Optimize address translation and write tracking on the MMU (#571) 2019-02-24 18:24:35 +11:00
Instructions Add Saddlv_V Inst. Improve Cnt_V, Dup_Gp & Ins_Gp Tests. Tuneup Cls_V & Clz_V Tests. (#720) 2019-07-08 11:55:37 -03:00
IntermediateRepresentation Refactoring and optimization on CPU translation (#661) 2019-04-26 14:55:12 +10:00
Memory Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
State Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Translation Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
.gitignore Initialize repository 2019-10-31 17:32:51 +01:00
ChocolArm64.csproj Remove missing reference 2021-02-26 23:46:17 +01:00
CpuThread.cs ARM exclusive monitor and multicore fixes (#589) 2019-02-19 10:52:06 +11:00
LICENSE.txt Initialize repository 2019-10-31 17:32:51 +01:00
OpCodeTable.cs Add Saddlv_V Inst. Improve Cnt_V, Dup_Gp & Ins_Gp Tests. Tuneup Cls_V & Clz_V Tests. (#720) 2019-07-08 11:55:37 -03:00
Optimizations.cs Misc. CPU optimizations (#575) 2019-02-28 13:03:31 +11:00
README.md Initialize repository 2019-10-31 17:32:51 +01:00

README.md

ChocolArm64

A C# ARM64 emulator that works translating ARM code to CIL.