Add a section about implementation limits.

Fix a few other minor issues with the documentation.
This commit is contained in:
Jakob Stoklund Olesen
2017-02-24 11:04:31 -08:00
parent afd42cf9c2
commit b51cf57e39
3 changed files with 43 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
"""
ARM 32-bit Architecture
----------------------
-----------------------
This target ISA generates code for ARMv7 and ARMv8 CPUs in 32-bit mode
(AArch32). We support both ARM and Thumb2 instruction encodings.