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 agoThat is basically inline GCC assembly... that follow the rules of GCC ... you can find many information on the web just searching for "inline gcc assembler" :-)
bye, Paolo