doc/code_organisation.txt in metasm-1.0.1 vs doc/code_organisation.txt in metasm-1.0.2
- old
+ new
@@ -52,9 +52,11 @@
CPUs
####
+The cpu-specific code is stored inside the `cpu/` subdirectory.
+
All supported architectures have a dedicated subdirectory, and a helper file
that will simply include all the arch-specific files.
All those files will contribute to add functions to the same class implementing
the CPU interface. Not all CPUs implement all those features. They are: