Part Number: TMS320F28335
Tool/software: TI C/C++ Compiler
Hi,
The title was implied because of several different questions.
Please understand.
1. General purpose registers are from XAR0 to XAR7.
Is there a characteristic for each register?
For example, XAR4 registers are used for some specific operations.
I wonder if there is a "some specific" definition.
2. Using cg_xml, I checked the stack usage through the call_graph.pl file.
I wonder what the wcs appearing in the call graph means,
Is it correct to indicate how many addresses the stack uses?
For example, if func1 wcs = 20, it means 20 addresses, and since it has 2 bytes per address, does it mean 40 bytes?
3. Can you show me an example of inline assembly code to operate a PC?
Thanks, Regards
Han