add asn1rt liimtations authored by mitshell's avatar mitshell
......@@ -5,6 +5,11 @@ specifications from the
directory, with basic examples.
## Limitations
Check the few limitations that actually exist in the ASN.1 runtime on the
ASN.1 compiler [wiki page](../Compiling-asn1-specifications#limitations).
## Basics about the handling of values in the runtime
Each ASN.1 specification defines objects with specific structures made of the ASN.1
basic types (INTEGER, BIT STRING, ...) and constructed types (CHOICE, SEQUENCE, ...).
......
......