Loading Absolute
Files
The "load" command allows you to load absolute files into emulation
or target system memory. If you wish to load only that portion of the
absolute file that resides in memory mapped as emulation RAM or
ROM, use the "load emul_mem" syntax. If you wish to load only the
portion of the absolute file that resides in memory mapped as target
RAM, use the "load user_mem" syntax. If you want both emulation
and target memory to be loaded, do not specify "emul_mem" or
"user_mem". For example:
load cmd_rds <RETURN>
Displaying
Symbols
When you load an absolute file into memory (unless you use the
"nosymbols" option), symbol information is loaded. Both global
symbols and symbols that are local to a source file can be displayed.
Global
To display global symbols, enter the following command.
display global_symbols <RETURN>
Listed are: address ranges associated with a symbol.
Global symbols in cmd_rds
Static symbols
Symbol name ____________________ Address range __ Segment _____________ Offset
Cmd_Input 000100 0000
Init 00C000 0000
Msg_Dest 000101 0001
Msgs 00C100 0000
Filename symbols
Filename __________________________________________________________________
cmd_rds.a77
STATUS: M37700--Running in monitor____________________________________...R....
display global_symbols
run trace step display modify break end ---ETC--
2-14 Getting Started
Содержание 64146A
Страница 2: ......
Страница 8: ...Notes ...
Страница 14: ...Notes 6 Contents ...
Страница 16: ...Figure 1 1 HP 64146 Emulator for MELPS 7700 Series 1 2 Introduction ...
Страница 60: ...Notes 3 4 In Circuit Emulation ...
Страница 92: ...Notes 5 10 Using the Emulator ...
Страница 100: ...Notes A 8 Using A Foreground Monitor ...