Mercurial > hg-old > index.cgi
comparison doc/manual.docbook.sgml @ 404:0324fd09c7ac
Added documentation for the --symbol option for lwasm
author | lost@l-w.ca |
---|---|
date | Fri, 23 Jul 2010 18:31:33 -0600 |
parents | 62cb50c50976 |
children | b2e007c28b8f |
comparison
equal
deleted
inserted
replaced
403:048f2fb5d561 | 404:0324fd09c7ac |
---|---|
240 <term><option>-l[file]</option></term> | 240 <term><option>-l[file]</option></term> |
241 <listitem> | 241 <listitem> |
242 <para> | 242 <para> |
243 Cause LWASM to generate a listing. If <option>file</option> is specified, | 243 Cause LWASM to generate a listing. If <option>file</option> is specified, |
244 the listing will go to that file. Otherwise it will go to the standard output | 244 the listing will go to that file. Otherwise it will go to the standard output |
245 stream. By default, no listing is generated. | 245 stream. By default, no listing is generated. Unless <option>--symbols</option> |
246 is specified, the list will not include the symbol table. | |
247 </para> | |
248 </listitem> | |
249 </varlistentry> | |
250 | |
251 <varlistentry> | |
252 <term><option>--symbols</option></term> | |
253 <term><option>-s</option></term> | |
254 <listitem> | |
255 <para> | |
256 Causes LWASM to generate a list of symbols when generating a listing. | |
257 It has no effect unless a listing is being generated. | |
246 </para> | 258 </para> |
247 </listitem> | 259 </listitem> |
248 </varlistentry> | 260 </varlistentry> |
249 | 261 |
250 <varlistentry> | 262 <varlistentry> |