I only have a .hex file.
3F6209 761F002C MOVW DP,#0x002C
3F620B 56030301 MOV ACC,@1 << 3
3F620D 761F0223 MOVW DP,#0x0223
3F620F 0EA9 MOVU ACC,@AL
3F6210 1E14 MOVL @20,ACC
3F6211 0610 MOVL ACC,@16
3F6212 56410012 SUBL @18,ACC
3F6214 0614 MOVL ACC,@20
3F6215 56010012 ADDL @18,ACC
3F6217 8712 MOVL XT,@18
3F6218 5605001A IMPYL P,XT,@26
3F621A 5663001A QMPYL ACC,XT,@26
3F621C 568E ASR64 ACC:P,15
3F621D A910 MOVL @16,P
3F621E 0006 LRETR
in the disassemble window, I can see the codes. the Values of adress (0x0223*64+@18) and (0x223*64+@16)
are not initialed in the .text section. so I regard them as global variables ,
I want to know the values of @18 and @16,
I have not the .cmd file, I cannot find the .cinit .bss section.
who can tell me how to find a .cinit .bss section in the disassemble window?
who can tell me how to find a Global variable value in the disassemble window?
thanks a lot