Mercurial > hg > index.cgi
comparison docs/manual.docbook.sgml @ 369:682524a1f32f
Updated documentation for --symbols-nolocals and --map
author | William Astle <lost@l-w.ca> |
---|---|
date | Mon, 22 Jun 2015 18:38:30 -0600 |
parents | 379ef4e08dd2 |
children | fc166b3bbae3 |
comparison
equal
deleted
inserted
replaced
368:362f8fb0695b | 369:682524a1f32f |
---|---|
354 <term><option>-s</option></term> | 354 <term><option>-s</option></term> |
355 <listitem> | 355 <listitem> |
356 <para> | 356 <para> |
357 Causes LWASM to generate a list of symbols when generating a listing. | 357 Causes LWASM to generate a list of symbols when generating a listing. |
358 It has no effect unless a listing is being generated. | 358 It has no effect unless a listing is being generated. |
359 </para> | |
360 </listitem> | |
361 </varlistentry> | |
362 | |
363 <varlistentry> | |
364 <term><option>--symbols-nolocals</option></term> | |
365 <listitem> | |
366 <para> | |
367 Behaves just like <option>--symbols</option> but with local labels omitted. | |
368 </para> | |
369 </listitem> | |
370 </varlistentry> | |
371 | |
372 <varlistentry> | |
373 <term><option>--map=FILE</option></term> | |
374 <listitem> | |
375 <para> | |
376 | |
377 This option generates a map file which can be used by debuggers and monitors to provide symbol information. A map file may be created independent of a listing file. (Patches are pending for MAME and exec09.) | |
378 | |
359 </para> | 379 </para> |
360 </listitem> | 380 </listitem> |
361 </varlistentry> | 381 </varlistentry> |
362 | 382 |
363 <varlistentry> | 383 <varlistentry> |