Basic variable and @ASM command
Hello
Hope that this question is not already covered in this nice forum !
I've made some search without succes !
question:
Is there a way to "pass" a variable between a basic process
ex : TOTO var byte
and a @asm process that will get a byte from a DTMF integrated circuit
ex : get DTMF_IN ...
thanks in advance
Francois
Oupps ....I forgot the book !
Did I find the right sentence ?
All symbol names defined in a PBC program are similarly defined in
assembly, but with the name preceded with an underscore ( _ ). This
allows access to user variables, constants, and even labeled locations, in
assembly. Similarly, system variable (such as W0) names are also
preceded by underscores (such as _W0).
so my wonderfull TOTO var byte
will be known by my ASM code as _TOTO ?
life is wonderfull
RTFM you said ! you are right !
Francois