YES... use it like if it was declare in PBP.
I mean if you have declare MYASMVAR in assembler....
if MYASMVAR=XYZ then DoSomething
BUT if you want to access to your PBP VAR in ASM, you'll have to add an underscore character before
ASM
SWAPF _MyPBPVAR,0
'
'
'
END ASM
look at this thread that use R2 to recall the remainder of a DIV32
http://www.picbasic.co.uk/forum/show...ight=remainder
Same as for FLAGS to clear LCD initial setup:
http://www.picbasic.co.uk/forum/show...ect+and+lcd%2A
and how many other 
Last edited by mister_e; - 19th February 2005 at 22:14.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks