Reply by bell...@hotmail.com November 12, 20062006-11-12
Hi,

Is there a way to make GEL_TextOut function, or a similar function, display the name of a symbol on the Target? The symbol names are stored in the symbol table but how to access them from GEL?

For example, given the address 0x00001234 of some symbol XYZ on the Target (global variable or function), is there a function

display_symbol_name(0x00001234)

that would display XYZ?

Thank you.