Tool/software: TI C/C++ Compiler
Hello,
I am using CCS version 8.0.0.00016, compiler ti-cgt-arm_18.12.0.LTS, board tms570ls0432. I disassembler .out file with armdis command and have following output (as example):
035860: SomeFunction:
035860: .arm
035860: .text:retain:
035860: E92D500F STMFD R13!, {R0, R1, R2, R3, R12, R14}
035864: E30F0C88 MOVW R0, #64648
035868: E34F0FFF MOVT R0, #65535
03586c: E590C000 LDR R12, [R0]
and etc
Is there any opportunity to understand in which mode processor is and which stack is in use (using disassembler file)?