dynarmic/README.md

23 lines
460 B
Markdown
Raw Normal View History

2016-07-01 14:01:06 +01:00
Dynarmic
========
2016-09-02 11:28:50 +01: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 14:01:06 +01:00
2016-08-12 18:17:31 +01:00
A dynamic recompiler for the ARMv6K architecture.
2016-07-01 14:01:06 +01:00
2016-08-12 18:17:31 +01:00
Documentation
-------------
Design documentation can be found at [docs/Design.md](docs/Design.md).
2016-07-01 14:01:06 +01:00
Plans
-----
### Medium-term
2016-09-13 14:54:22 +01:00
* [Optimizations](https://github.com/MerryMage/dynarmic/issues/22)
2016-07-01 14:01:06 +01:00
### Long-term
* ARMv7A support
* ARMv5 support