Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

153 linhas
6.6KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- This file documents the GNU Assembler "as".
  4. Copyright (C) 1991-2020 Free Software Foundation, Inc.
  5. Permission is granted to copy, distribute and/or modify this document
  6. under the terms of the GNU Free Documentation License, Version 1.3
  7. or any later version published by the Free Software Foundation;
  8. with no Invariant Sections, with no Front-Cover Texts, and with no
  9. Back-Cover Texts. A copy of the license is included in the
  10. section entitled "GNU Free Documentation License".
  11. -->
  12. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  15. <title>s390 Operands (Using as)</title>
  16. <meta name="description" content="s390 Operands (Using as)">
  17. <meta name="keywords" content="s390 Operands (Using as)">
  18. <meta name="resource-type" content="document">
  19. <meta name="distribution" content="global">
  20. <meta name="Generator" content="makeinfo">
  21. <link href="index.html#Top" rel="start" title="Top">
  22. <link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
  23. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  24. <link href="s390-Syntax.html#s390-Syntax" rel="up" title="s390 Syntax">
  25. <link href="s390-Formats.html#s390-Formats" rel="next" title="s390 Formats">
  26. <link href="s390-Mnemonics.html#s390-Mnemonics" rel="prev" title="s390 Mnemonics">
  27. <style type="text/css">
  28. <!--
  29. a.summary-letter {text-decoration: none}
  30. blockquote.indentedblock {margin-right: 0em}
  31. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  32. blockquote.smallquotation {font-size: smaller}
  33. div.display {margin-left: 3.2em}
  34. div.example {margin-left: 3.2em}
  35. div.lisp {margin-left: 3.2em}
  36. div.smalldisplay {margin-left: 3.2em}
  37. div.smallexample {margin-left: 3.2em}
  38. div.smalllisp {margin-left: 3.2em}
  39. kbd {font-style: oblique}
  40. pre.display {font-family: inherit}
  41. pre.format {font-family: inherit}
  42. pre.menu-comment {font-family: serif}
  43. pre.menu-preformatted {font-family: serif}
  44. pre.smalldisplay {font-family: inherit; font-size: smaller}
  45. pre.smallexample {font-size: smaller}
  46. pre.smallformat {font-family: inherit; font-size: smaller}
  47. pre.smalllisp {font-size: smaller}
  48. span.nolinebreak {white-space: nowrap}
  49. span.roman {font-family: initial; font-weight: normal}
  50. span.sansserif {font-family: sans-serif; font-weight: normal}
  51. ul.no-bullet {list-style: none}
  52. -->
  53. </style>
  54. </head>
  55. <body lang="en">
  56. <a name="s390-Operands"></a>
  57. <div class="header">
  58. <p>
  59. Next: <a href="s390-Formats.html#s390-Formats" accesskey="n" rel="next">s390 Formats</a>, Previous: <a href="s390-Mnemonics.html#s390-Mnemonics" accesskey="p" rel="prev">s390 Mnemonics</a>, Up: <a href="s390-Syntax.html#s390-Syntax" accesskey="u" rel="up">s390 Syntax</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
  60. </div>
  61. <hr>
  62. <a name="Instruction-Operands"></a>
  63. <h4 class="subsubsection">9.41.3.3 Instruction Operands</h4>
  64. <a name="index-instruction-operands_002c-s390"></a>
  65. <a name="index-s390-instruction-operands"></a>
  66. <p>Instruction operands can be grouped into three classes, operands located
  67. in registers, immediate operands, and operands in storage.
  68. </p>
  69. <p>A register operand can be located in general, floating-point, access,
  70. or control register. The register is identified by a four-bit field.
  71. The field containing the register operand is called the R field.
  72. </p>
  73. <p>Immediate operands are contained within the instruction and can have
  74. 8, 16 or 32 bits. The field containing the immediate operand is called
  75. the I field. Dependent on the instruction the I field is either signed
  76. or unsigned.
  77. </p>
  78. <p>A storage operand consists of an address and a length. The address of a
  79. storage operands can be specified in any of these ways:
  80. </p>
  81. <ul>
  82. <li> The content of a single general R
  83. </li><li> The sum of the content of a general register called the base
  84. register B plus the content of a displacement field D
  85. </li><li> The sum of the contents of two general registers called the
  86. index register X and the base register B plus the content of a
  87. displacement field
  88. </li><li> The sum of the current instruction address and a 32-bit signed
  89. immediate field multiplied by two.
  90. </li></ul>
  91. <p>The length of a storage operand can be:
  92. </p>
  93. <ul>
  94. <li> Implied by the instruction
  95. </li><li> Specified by a bitmask
  96. </li><li> Specified by a four-bit or eight-bit length field L
  97. </li><li> Specified by the content of a general register
  98. </li></ul>
  99. <p>The notation for storage operand addresses formed from multiple fields is
  100. as follows:
  101. </p>
  102. <dl compact="compact">
  103. <dt><code>Dn(Bn)</code></dt>
  104. <dd><p>the address for operand number n is formed from the content of general
  105. register Bn called the base register and the displacement field Dn.
  106. </p></dd>
  107. <dt><code>Dn(Xn,Bn)</code></dt>
  108. <dd><p>the address for operand number n is formed from the content of general
  109. register Xn called the index register, general register Bn called the
  110. base register and the displacement field Dn.
  111. </p></dd>
  112. <dt><code>Dn(Ln,Bn)</code></dt>
  113. <dd><p>the address for operand number n is formed from the content of general
  114. register Bn called the base register and the displacement field Dn.
  115. The length of the operand n is specified by the field Ln.
  116. </p></dd>
  117. </dl>
  118. <p>The base registers Bn and the index registers Xn of a storage operand can
  119. be skipped. If Bn and Xn are skipped, a zero will be stored to the operand
  120. field. The notation changes as follows:
  121. </p>
  122. <div class="display">
  123. <table>
  124. <thead><tr><th width="30%"><pre class="display">full notation</pre></th><th width="30%"><pre class="display">short notation</pre></th></tr></thead>
  125. <tr><td width="30%"><pre class="display">Dn(0,Bn)</pre></td><td width="30%"><pre class="display">Dn(Bn)</pre></td></tr>
  126. <tr><td width="30%"><pre class="display">Dn(0,0)</pre></td><td width="30%"><pre class="display">Dn</pre></td></tr>
  127. <tr><td width="30%"><pre class="display">Dn(0)</pre></td><td width="30%"><pre class="display">Dn</pre></td></tr>
  128. <tr><td width="30%"><pre class="display">Dn(Ln,0)</pre></td><td width="30%"><pre class="display">Dn(Ln)</pre></td></tr>
  129. </table>
  130. </div>
  131. <hr>
  132. <div class="header">
  133. <p>
  134. Next: <a href="s390-Formats.html#s390-Formats" accesskey="n" rel="next">s390 Formats</a>, Previous: <a href="s390-Mnemonics.html#s390-Mnemonics" accesskey="p" rel="prev">s390 Mnemonics</a>, Up: <a href="s390-Syntax.html#s390-Syntax" accesskey="u" rel="up">s390 Syntax</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
  135. </div>
  136. </body>
  137. </html>