Im needing to do this becuase im writing a pbp program that has interrupts that are required to be written in ASM.
If I declare a variable in pbp as a word, e.g. my_data VAR WORD, can I then use the variable _my_data in ASM as is?
for example, can i do rrf _my_data,1 and expect the whole word to be rotated?




Bookmarks