⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mmix.html

📁 gcc手册
💻 HTML
字号:
<html lang="en">

<head>

<title>Untitled</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Untitled">

<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="MMIX">MMIX</a>,

Next:<a rel="next" accesskey="n" href="TI-COFF.html#TI%20COFF">TI COFF</a>,

Previous:<a rel="previous" accesskey="p" href="HPPA-ELF32.html#HPPA%20ELF32">HPPA ELF32</a>,

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

<hr><br>

</div>



<h3 class="section"><code>ld</code> and MMIX</h3>



   <p>For MMIX, there is choice of generating <code>ELF</code> object files or

<code>mmo</code> object files when linking.  The simulator <code>mmix</code>

understands the <code>mmo</code> format.  The binutils <code>objcopy</code> utility

can translate between the two formats.



   <p>There is one special section, the <code>.MMIX.reg_contents</code> section. 

Contents in this section is assumed to correspond to that of global

registers, and symbols referring to it are translated to special symbols,

equal to registers.  In a final link, the start address of the

<code>.MMIX.reg_contents</code> section corresponds to the first allocated

global register multiplied by 8.  Register <code>$255</code> is not included in

this section; it is always set to the program entry, which is at the

symbol <code>Main</code> for <code>mmo</code> files.



   <p>Symbols with the prefix <code>__.MMIX.start.</code>, for example

<code>__.MMIX.start..text</code> and <code>__.MMIX.start..data</code> are special;

there must be only one each, even if they are local.  The default linker

script uses these to set the default start address of a section.



   <p>Initial and trailing multiples of zero-valued 32-bit words in a section,

are left out from an mmo file.



   </body></html>



⌨️ 快捷键说明

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