Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

variable reference in assembly

Hello! I would like to know how to get the location of an external variable in asm code so that I have access to reading or writing to that variable. For eg. extern int x; asm ( ...