coffhexarm.html
来自「vxworks相关论文」· HTML 代码 · 共 72 行
HTML
72 行
<html><head><!-- /vobs/wpwr/docs/tornado/hutils/coffHexArm.html - generated by refgen from coffHexArm.c --> <title> coffHexArm </title></head><body bgcolor="#FFFFFF"> <hr><a name="top"></a><p align=right><a href="libIndex.html"><i>Tornado Reference : Tornado Utilities</i></a></p></blockquote><h1>coffHexArm</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong>coffHexArm</strong> - convert a COFF format object file into Motorola hex records </p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>coffHexArm [-a <i>offset</i>] [-l] file</pre><p><p></blockquote><h4>DESCRIPTION</h4><blockquote><p>This program generates a Motorola hex format (S-record) file from aCOFF format object module. Normally, the entry address in the objectmodule is used as the starting address of the output module in ROM.However, if the <b>-a</b> flag is used, then <i>offset</i> is used as the startingaddress. <i>offset</i> is a hex value.<p>Normally S1 records are generated for addresses less than64K; S2 records are generated for addresses greater than 64K and lessthan 16M; and S3 records are generated for addresses greater than 16M.<p>Example:<pre> coffHex960 -a 0x800 bootrom</pre></blockquote><h4>OPTIONS</h4><blockquote><p><p><dl><dt><b>-l</b><dd>generate only S2 records.<p><dt><b>-a <i>offset</i></b><dd>use <i>offset</i> as the ROM entry address, rather than the address in the object module. </dl><p><p></blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./coffHexArm.html#top">coffHexArm</a></b></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?