This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C2000 ASSEMBLY LANGUAGE USE



HI

i am using following in the main.c

asm(" LB 0x32fff")

but i want to use some variable to send address.

for example.

unsignd short* address vari;

address vari = 0x32ffff;

asm("LB vari");

is it possible?

please help me