update README & HACK with SystemZ information

This commit is contained in:
Nguyen Anh Quynh
2014-03-23 22:24:28 +08:00
parent 21bd3930e6
commit 636f506d10
2 changed files with 4 additions and 2 deletions

View File

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