Home > Software engineering >  Assembly syntax for Tc2xx Tricore
Assembly syntax for Tc2xx Tricore

Time:11-01

I am currently working with the TC275 tricore chip, and am exploring the startup code taken from the example on Hightec free tricore entry toolchain. I'm wondering about the effect of square brackets in assembly statements. As I worked with ARM core before, when square brackets are surrounded by a register, it means a reference to the value that the address of that register is storing.

But for Tricore, for example with LEA instruction: "lea

  • Related