#include <program_parser.h>
Data Fields | |
struct prog_src_register | Base |
struct asm_symbol * | Symbol |
Symbol associated with indirect access to parameter arrays. |
struct prog_src_register asm_src_register::Base [read] |
struct asm_symbol* asm_src_register::Symbol [read] |
Symbol associated with indirect access to parameter arrays.
If Base::RelAddr
is 1, this will point to the symbol for the parameter that is being dereferenced. Further, Base::Index
will be the offset from the address register being used.