Part Number: TMS320C6746
Tool/software: TI C/C++ Compiler
I am trying to find an easy method to show me a separation between functions while viewing a disassembly produced by the dis6x tool.
I have noticed that between a few lines there is a line that ends with ".fphead n, l, W, BU, nobr, nosat, 0000000b"
Does that line indicate that the lines before that and the lines after that belong to different functions?
If not, what would be an easy method to differentiate and show me the functions inside a disassembly file?