Program
class represents a complete program of AVR instructions. It stores the actual instructions and initialized data of the program in one instr4 segment, as well as storing the data space and eeprom space requirements for the program. It contains a map of labels (strings) to addresses, which can be either case sensitive (GAS style) or case insensitive (Atmel style).
@author Ben L. Titzer
@see Instr
@see ControlFlowGraph
@see ProcedureMap
|
|
|
|
|
|
|
|