This example demonstrates a minimal, single-core control-flow trace:
SYNCestablishes the initial program counter.BRANCH_TAKEN/BRANCH_NOTTAKENencode conditional branches.CALL/RETURNencode function calls and returns.
Related disassembly: basic.dis.
Source provenance: _sources/basic.S.
Notes:
- All addresses are instruction addresses (first byte of the instruction).
@ <cycle_count>is optional, but present here.