MerryMage 9ab130490b A64: Add ExceptionRaised IR instruction
The purpose of this instruction is to raise exceptions when certain decode-time
issues happen, instead of asserting at translate time. This allows us to
use the translator for code analysis without worrying about unnecessary asserts,
but also provides flexibility for the library user to perform custom behaviour
when one of these states are raised.
2018-01-13 18:06:06 +00:00
2018-01-01 20:33:44 +00:00
2017-12-12 14:23:34 +00:00
2018-01-12 17:02:26 +00:00
2016-08-26 13:13:19 +01:00
2018-01-01 20:33:44 +00:00
2016-08-31 21:50:05 +01:00
2018-01-12 20:05:17 +00:00

Dynarmic

Travis CI Build Status Appveyor CI Build status

A dynamic recompiler for ARM.

Supported guest architectures

  • ARMv6K
  • 64-bit ARMv8

Supported host architectures

  • x86-64

There are no plans to support x86-32.

Documentation

Design documentation can be found at docs/Design.md.

Plans

Near-term

  • Complete ARMv8 support

Medium-term

  • Optimizations

Long-term

  • ARMv7A guest support
  • ARMv5 guest support
  • ARMv8 host support
Description
No description provided
Readme 38 MiB
Languages
C 64%
C++ 23.4%
POV-Ray SDL 10.9%
Pascal 0.7%
SourcePawn 0.7%
Other 0.2%