hi
I am trying to use global variable as follows in the asm. it throws error as undefined symbol.
.global test
.global result
ldr r0, resultadd
;str ;as required
resultadd .word result
i have not done extern to c file yet because asm itself is throwing error. I have seen other post int he community but somehow this doesnt work for me.
Request for help
Regards
Chitra