3.2.1.8 -an

-an turns off all forms processing that would be performed by the listing directives .psize, .eject, .title and .sbttl. The first example shows a listing where the -an option was not used. The second example shows a listing for the same source where the -an option was used.

Listing File Generated with -al Command Line Option

Listing:  example2.7.s            page 1
User's Guide Example
  Listing Options
   1                            .text
   2                      .title "User's Guide Example"
   3                      .sbttl "  Listing Options"
   4                            .psize 10
   5
   6 000000  50 00 20           mov #5, w0
   7 000002  61 00 20           mov #6, w1
Listing:  example2.7.s            page 2
User's Guide Example
  Listing Options
   8 000004  01 01 40           add w0, w1, w2
   9                            .eject
Listing:  example2.7.s            page 3
User's Guide Example
  Listing Options
  10
  11 000006  24 00 20           mov #2, w4 
  12 000008  03 00 09           repeat #3
  13 00000a  04 22 B8           mul.uu w4, w4, w4
  14
  15 00000c  16 00 20           mov #1, w6
  16 00000e  64 33 DD           sl w6, #4, w6
Listing:  example2.7.s            page 4
User's Guide Example
  Listing Options
  17
  18 000010  06 20 E1           cp w4, w6
  19 000012  00 00 32           bra z, done
  20
  21 000014  00 00 00           nop
  22
  23                    done:
Listing:  example2.7.s            page 5
User's Guide Example
  Listing Options
  24
  25                            .end

Listing File Generated with -aln Command Line Option

   1                            .text
   2                      .title "User's Guide Example"
   3                      .sbttl "  Listing Options"
   4                            .psize 10
   5
   6 000000  50 00 20           mov #5, w0
   7 000002  61 00 20           mov #6, w1
   8 000004  01 01 40           add w0, w1, w2
   9                            .eject
  10
  11 000006  24 00 20           mov #2, w4
  12 000008  03 00 09           repeat #3
  13 00000a  04 22 B8           mul.uu w4, w4, w4
  14
  15 00000c  16 00 20           mov #1, w6
  16 00000e  64 33 DD           sl w6, #4, w6
  17
  18 000010  06 20 E1           cp w4, w6
  19 000012  00 00 32           bra z, done
  20
  21 000014  00 00 00           nop
  22
  23                    done:
  24
  25                            .end