string.html

来自「gcc手册」· HTML 代码 · 共 28 行

HTML
28
字号
<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="String">String</a>,

Next:<a rel="next" accesskey="n" href="Struct.html#Struct">Struct</a>,

Previous:<a rel="previous" accesskey="p" href="Stab.html#Stab">Stab</a>,

Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>

<hr><br>

</div>



<h3 class="section"><code>.string</code> "<var>str</var>"</h3>



   <p>Copy the characters in <var>str</var> to the object file.  You may specify more than

one string to copy, separated by commas.  Unless otherwise specified for a

particular machine, the assembler marks the end of each string with a 0 byte. 

You can use any of the escape sequences described in <a href="Strings.html#Strings">Strings</a>.



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?