📄 m68k-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="M68K-Directives">M68K-Directives</a>,
Next:<a rel="next" accesskey="n" href="M68K-opcodes.html#M68K-opcodes">M68K-opcodes</a>,
Previous:<a rel="previous" accesskey="p" href="M68K-Float.html#M68K-Float">M68K-Float</a>,
Up:<a rel="up" accesskey="u" href="M68K-Dependent.html#M68K-Dependent">M68K-Dependent</a>
<hr><br>
</div>
<h4 class="section">680x0 Machine Directives</h4>
<p>In order to be compatible with the Sun assembler the 680x0 assembler
understands the following directives.
<dl>
<dt><code>.data1</code>
<dd>This directive is identical to a <code>.data 1</code> directive.
<br><dt><code>.data2</code>
<dd>This directive is identical to a <code>.data 2</code> directive.
<br><dt><code>.even</code>
<dd>This directive is a special case of the <code>.align</code> directive; it
aligns the output to an even byte boundary.
<br><dt><code>.skip</code>
<dd>This directive is identical to a <code>.space</code> directive.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -