7.3.4 Assembler Options

  • -I

    Use this option to add a path to the list of directories as searches for files specified in .include directives (see .include). You may use -I as many times as necessary to include a variety of paths. The current working directory is always searched first; then, searches any `-I' directories in the same order as specified (left to right) on the command line.

  • -v

    Announce version.

  • Debugging(-g)

    Use this option to enable the debug level.