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).

Types.RegisterMultiFields - ARM Machine Readable Schema - 2.8

AARCHMRS Schema 2.8

↚ Home

Types.RegisterMultiFields object

object

Properties Type Description
_meta Meta
See Meta for more information.
_type
Enum
Types.RegisterMultiFields
value
  • object
Properties Type Description
fields
array [
]
name RegisterType
See definitions.name in RegisterType for more information.
register RegisterType
Deprecated
this property is deprecated and should not be used.
See definitions.name in RegisterMultiFields for more information.
slices
oneOf [
null
]
oneOf Rangeset
oneOf null
state RegisterType
See definitions.state in RegisterType for more information.
Additional Properties
Allowed
◊ Required
Properties marked with ◊ are required properties.
Additional Properties
Not Allowed
◊ Required
Properties marked with ◊ are required properties.

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

{
  "title": "Types.RegisterMultiFields",
  "deprecated": "This has been superseded by an $(AST.Concat) containing $(Types.RegisterType).",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "info": [
    ""
  ],
  "type": "object",
  "properties": {
    "_meta": {
      "$ref": "../Meta.json"
    },
    "_type": {
      "enum": [
        "Types.RegisterMultiFields"
      ]
    },
    "value": {
      "properties": {
        "fields": {
          "type": "array",
          "items": {
            "type": "string",
            "pattern": "^[A-Za-z][A-Za-z0-9_]*$"
          },
          "minItems": 2,
          "uniqueItems": true
        },
        "register": {
          "$ref": "RegisterType.json#/definitions/name",
          "deprecated": true,
          "see": "RegisterMultiFields.json#/definitions/name"
        },
        "name": {
          "$ref": "RegisterType.json#/definitions/name"
        },
        "state": {
          "$ref": "RegisterType.json#/definitions/state"
        },
        "slices": {
          "oneOf": [
            {
              "$ref": "../Rangeset.json"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "state",
        "name",
        "fields"
      ],
      "type": "object"
    }
  },
  "required": [
    "value"
  ],
  "additionalProperties": false
}