Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to jump to labels which are defined in C code
Hi, In order to speed up system, I write a routine in ASM instructions. Then in asm code, I intend to jump to a label named LOOP which is defined in C code, but I failed. The following error oc...
Altera_Forum
Honored Contributor
20 years ago> But the code you showed me were all skipped when I step into it.
... > WHY? You might be stepping through each statement rather than each instruction. Each "asm" is treated as a statement.. Regards, --Scott