http://www.usf.uos.de/infoservice/doc/

(gasp.info)Listings


Next: Other Commands Prev: Data Up: Commands
Enter node , (file) or (file)node

Assembly listing control
========================

   The GASP listing-control directives correspond to related GNU `as'
directives.

`.PRINT LIST'
`.PRINT NOLIST'
     Print control.  This directive emits the GNU `as' directive
     `.list' or `.nolist', according to its argument.  *Note `.list':
     (as.info)List, for details on how these directives interact.

`.FORM LIN=LN'
`.FORM COL=COLS'
`.FORM LIN=LN COL=COLS'
     Specify the page size for assembly listings: LN represents the
     number of lines, and COLS the number of columns.  You may specify
     either page dimension independently, or both together.  If you do
     not specify the number of lines, GASP assumes 60 lines; if you do
     not specify the number of columns, GASP assumes 132 columns.  (Any
     values you may have specified in previous instances of `.FORM' do
     *not* carry over as defaults.)  Emits the `.psize' assembler
     directive.

`.HEADING STRING'
     Specify STRING as the title of your assembly listings.  Emits
     `.title "STRING"'.

`.PAGE'
     Force a new page in assembly listings.  Emits `.eject'.


Next: Other Commands Prev: Data Up: Commands
[ Dokumentation lokal installierter Software ]