bintoasm.html
来自「vxworks相关论文」· HTML 代码 · 共 55 行
HTML
55 行
<html><head><!-- /vobs/wpwr/docs/tornado/hutils/binToAsm.html - generated by refgen from binToAsm.sh --> <title> binToAsm </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>binToAsm</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong>binToAsm</strong> - convert a binary file to an assembly file</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>binToAsm <i>file</i></pre><p><p></blockquote><h4>DESCRIPTION</h4><blockquote><p>This tool uses<b>od</b>to produce an ASCII hexadecimal representation of a binary file.The output of<b>od</b>is massaged to produce an assembly file which begins with thelabel <b>_binArrayStart</b>, and ends with the label <b>_binArrayEnd</b>.<p>A C program would reference the data as follows:<pre> extern UCHAR binArrayStart []; /* binary image */ extern UCHAR binArrayEnd; /* end of binary image */</pre></blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./binToAsm.html#top">binToAsm</a></b>, UNIX documentation for<b>od (1)</b><p><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?