add SystemZ arch
diff --git a/COMPILE.TXT b/COMPILE.TXT
index 2d32ba2..d9f6e90 100644
--- a/COMPILE.TXT
+++ b/COMPILE.TXT
@@ -7,11 +7,11 @@
 
 (0) Tailor Capstone to your need.
 
-  Out of 6 archtitectures supported by Capstone (Arm, Arm64, Mips, PPC, Sparc &
-  X86), if you just need several selected archs, you can choose which ones you
+  Out of 7 archtitectures supported by Capstone (Arm, Arm64, Mips, PPC, Sparc,
+  SystemZ & X86), if you just need several selected archs, you can choose which ones you
   want to compile in by modifying "config.mk" before going to next steps.
 
-  By default, all 6 architectures are compiled.
+  By default, all 7 architectures are compiled.
 
   Capstone also supports "diet" engine to minimize the binaries for embedding
   purpose. See docs/README for further instructions.
@@ -57,6 +57,7 @@
 	/usr/include/capstone/mips.h
 	/usr/include/capstone/ppc.h
 	/usr/include/capstone/sparc.h
+	/usr/include/capstone/systemz.h
 	/usr/include/capstone/diet.h
 	/usr/lib/libcapstone.so (for Linux/*nix), or /usr/lib/libcapstone.dylib (OSX)
 	/usr/lib/libcapstone.a