Hi Darrel,

Just found your EE_Vars.PBP include file and have been playing around with it - thanks for making the documentation so thorough; it made getting started very easy. Is it possible to use a variable/constant/symbol in the default value portion of EE_var? Something like this:

Code:
NacelleSpeed VAR WORD  :  @  EE_var  _NacelleSpeed, WORD, initNacelleSpeed
MPASM throws this error no matter how I set up initNacelleSpeed (variable/constant/symbol):

Code:
Error[113] c:\pbp~1\pbp2.60c\ee_2~1.asm 122 : Symbol not previously defined (initNacelleSpeed)
Thanks,
Ross