Hello,
Does anyone know if there's a way of accessing variables defined in basic from asm defined sections of the code?
Thanks in advance.

file.bas
W2 VAR WORD
B5 VAR W2.HIGHBYTE

ASM
;is there any way to access B5 or W2 from the ASM section of code
ENDASM