add XCore architecture

This commit is contained in:
Nguyen Anh Quynh
2014-05-26 23:02:48 +08:00
parent 3dc080c2b6
commit c80d840ffc
23 changed files with 5009 additions and 9 deletions

View File

@ -9,7 +9,8 @@ Capstone source is organized as followings.
│   ├── PowerPC <- PowerPC engine
│   ├── Sparc <- Sparc engine
│   ├── SystemZ <- SystemZ engine
│   ── X86 <- X86 engine
│   ── X86 <- X86 engine
│   └── XCore <- XCore engine
├── bindings <- all bindings are under this dir
│   ├── java <- Java bindings + test code
│   ├── ocaml <- Ocaml bindings + test code