This is a collection of Intel®’ IA32® Software Developer's Manuals (URL of the day) and AMD' AMD64 Architecture Programmer's Manual together with the related specifications, application notes, white papers, and change logs. The collection aims to keep all available revisions. It was originally created by Michal Necasek, see OS/2 Museum.

If you have a public document, related to the IA32® specifications and missing from the collection, please mail it to me. The content of this URL and all sub-ULRs is available for convenient bulk download by rsync x86docs password "" (empty).

Meta - ARM Machine Readable Schema - 2.8

AARCHMRS Schema 2.8

↚ Home

Meta object

The _meta property is a scratchpad for user-defined data.

Warning

AARCHMRS makes no guarantees about the structure of this data, and it should be used mainly for guidance purposes.

Examples
{
    "user-defined-property1": "user-defined-value", 
    "user-defined-property2": true, 
    "...": "..."
}

Schema http://json-schema.org/draft-04/schema#

{
  "info": [
    "The `_meta` property is a scratchpad for user-defined data. ",
    [
      "!!! warning",
      "    AARCHMRS makes no guarantees about the structure of this data, and it",
      "    should be used mainly for guidance purposes."
    ]
  ],
  "examples": [
    {
      "user-defined-property1": "user-defined-value",
      "user-defined-property2": true,
      "...": "..."
    }
  ],
  "title": "Meta",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema#"
}