Found the answer in the manual of all places!
Does anyone read the manual, me included obviously?Modifiers can be used to specify certain attributes of the variable when created:
address A numeric address may be used as a modifier. This instructs PBP where to locate the variable in RAM.
BANKx Instructs PBP to locate the variable in a specific bank of RAM.
SYSTEM The default behavior of PBP is to append a prefix underscore character when creating the variable in Assembly Language. The SYSTEM modifier inhibits this behavior so that the variable name will be identical in PBP code and Assembly code.
Steve Earl www.datageo.co.uk
Bookmarks