21 Oct
2002
21 Oct
'02
10:01 p.m.
Hello! I have encountered some problems on debugging C source code under the Workbench. I want to 'examine' or 'deposit' the C defined variable in transator's command output window. For instance, ex f0.reg.reg_name_0 While the compiler won't generate the symbol representing the variable, I can only use the following instead: ex f0.reg.@b31 We know that the C compiler provide global_label function to preserve the C label. Is there any similar solution to the variable?! Thanks a lot. And thanks for your attention.