m68k -> M68K, x86 -> X86

This commit is contained in:
Nguyen Anh Quynh 2015-09-22 10:00:05 +08:00
parent 7d8d044b5e
commit 25342d71d1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ based on [QEMU](http://qemu.org).
Unicorn offers some unparalleled features:
- Multi-architecture: ARM, AMM64 (ARMv8), m68k, MIPS, SPARC, and x86 (16, 32, 64-bit)
- Multi-architecture: ARM, AMM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32, 64-bit)
- Clean/simple/lightweight/intuitive architecture-neutral API
- Implemented in pure C language, with bindings for Python, Java, and Go
- Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed)