MOS65XX: Add architecture to main readme and add name to contributors
Signed-off-by: Sebastian Macke <sebastian@macke.de>
This commit is contained in:
parent
87221fa742
commit
7436f54447
|
@ -77,3 +77,4 @@ Fotis Loukos: TMS320C64x architecture.
|
||||||
Wolfgang Schwotzer: M680X architecture.
|
Wolfgang Schwotzer: M680X architecture.
|
||||||
Philippe Antoine: Integration with oss-fuzz and various fixes.
|
Philippe Antoine: Integration with oss-fuzz and various fixes.
|
||||||
Stephen Eckels (stevemk14ebr): x86 encoding features
|
Stephen Eckels (stevemk14ebr): x86 encoding features
|
||||||
|
Sebastian Macke: MOS65XX architecture
|
||||||
|
|
1
HACK.TXT
1
HACK.TXT
|
@ -8,6 +8,7 @@ Capstone source is organized as followings.
|
||||||
│ ├── M680X <- M680X engine
|
│ ├── M680X <- M680X engine
|
||||||
│ ├── M68K <- M68K engine
|
│ ├── M68K <- M68K engine
|
||||||
│ ├── Mips <- Mips engine
|
│ ├── Mips <- Mips engine
|
||||||
|
│ ├── MOS65XX <- MOS65XX engine
|
||||||
│ ├── PowerPC <- PowerPC engine
|
│ ├── PowerPC <- PowerPC engine
|
||||||
│ ├── Sparc <- Sparc engine
|
│ ├── Sparc <- Sparc engine
|
||||||
│ ├── SystemZ <- SystemZ engine
|
│ ├── SystemZ <- SystemZ engine
|
||||||
|
|
|
@ -11,7 +11,7 @@ Created by Nguyen Anh Quynh, then developed and maintained by a small community,
|
||||||
Capstone offers some unparalleled features:
|
Capstone offers some unparalleled features:
|
||||||
|
|
||||||
- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Ethereum VM, M68K,
|
- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Ethereum VM, M68K,
|
||||||
Mips, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64).
|
Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64).
|
||||||
|
|
||||||
- Having clean/simple/lightweight/intuitive architecture-neutral API.
|
- Having clean/simple/lightweight/intuitive architecture-neutral API.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue