Online Help for Item: gas

% avrora -help gas
Avrora [Beta 1.6.0] - (c) 2003-2005 UCLA Compilers Group

Usage: avrora [-action=action] [options] 
Usage: avrora -help [category]

OVERVIEW

    The "gas" input format reads programs that are written in GAS format
assembly language. A subset of the directives and syntax is supported. No
linking functionality is currently implemented; all symbol references must be
defined in one file. 

OPTIONS

    Help for specific options is below.

    -indirect-edges: list = (null)
        This option can be used to specify the possible targets of
        indirect calls and jumps within a program, which may be needed
        in performing stack analysis or building a control flow graph.
        Each element of the list is a pair of program addresses
        separated by a colon, where a program address can be a label
        or a hexadecimal number preceded by "0x". The first program
        address is the address of the indirect call or jump
        instruction and the second program address is a possible
        target.

For more information, see the online documentation at 
http://compilers.cs.ucla.edu/avrora
To report bugs or seek help, consult the Avrora mailing list: 
http://lists.ucla.edu/cgi-bin/mailman/listinfo/avrora
Please include the version number [Beta 1.6.0] when posting to the list.