dynarmic/README.md

23 lines
460 B
Markdown
Raw Normal View History

2016-07-01 15:01:06 +02:00
Dynarmic
========
2016-09-02 12:28:50 +02:00
[![Travis CI Build Status](https://api.travis-ci.org/MerryMage/dynarmic.svg?branch=master)](https://travis-ci.org/MerryMage/dynarmic/branches)
2016-07-01 15:01:06 +02:00
2016-08-12 19:17:31 +02:00
A dynamic recompiler for the ARMv6K architecture.
2016-07-01 15:01:06 +02:00
2016-08-12 19:17:31 +02:00
Documentation
-------------
Design documentation can be found at [docs/Design.md](docs/Design.md).
2016-07-01 15:01:06 +02:00
Plans
-----
### Medium-term
2016-09-13 15:54:22 +02:00
* [Optimizations](https://github.com/MerryMage/dynarmic/issues/22)
2016-07-01 15:01:06 +02:00
### Long-term
* ARMv7A support
* ARMv5 support