This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/EK-TM4C129EXL: CPU cycle disassembly, Time of an interrupt (ISR)

Part Number: EK-TM4C129EXL

Tool/software: Code Composer Studio

Dear,

I wanted to see how long an interrupt routine takes to go through.
Which you apperently can check in disassembly:

Question:
What do the green numbers infront mean? (0000020a: and 0000020e:31)
When a number like 31 or 33 means a cycle is past? So for this interrupt 6 cycles past?
I use the tm4c129exl at 120MHz, so 1 cycle is then 1/(120*10^6)s?

Extra info:
Interrupt generated by a rising edge of a RS422 signal.
Used a breakpoint at the end of my interrupt

Already Thanks.

Arne