gasp.info: Listings

Go forward to Other Commands
Go backward to Data
Go up to Commands
Go to the top op gasp

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'.