📄 vax-directives.html
字号:
<html lang="en">
<head>
<title>Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<div class="node">
<p>
Node:<a name="VAX-directives">VAX-directives</a>,
Next:<a rel="next" accesskey="n" href="VAX-opcodes.html#VAX-opcodes">VAX-opcodes</a>,
Previous:<a rel="previous" accesskey="p" href="VAX-float.html#VAX-float">VAX-float</a>,
Up:<a rel="up" accesskey="u" href="Vax-Dependent.html#Vax-Dependent">Vax-Dependent</a>
<hr><br>
</div>
<h4 class="section">Vax Machine Directives</h4>
<p>The Vax version of the assembler supports four directives for
generating Vax floating point constants. They are described in the
table below.
<dl>
<dt><code>.dfloat</code>
<dd>This expects zero or more flonums, separated by commas, and
assembles Vax <code>d</code> format 64-bit floating point constants.
<br><dt><code>.ffloat</code>
<dd>This expects zero or more flonums, separated by commas, and
assembles Vax <code>f</code> format 32-bit floating point constants.
<br><dt><code>.gfloat</code>
<dd>This expects zero or more flonums, separated by commas, and
assembles Vax <code>g</code> format 64-bit floating point constants.
<br><dt><code>.hfloat</code>
<dd>This expects zero or more flonums, separated by commas, and
assembles Vax <code>h</code> format 128-bit floating point constants.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -