>> Say I have two modules, each requiring the use of a constant, 0xAA in > this case. I could put > > | > | constant testconst = 0xAA > | > > or > > | > |testconst equ 0xAA > | > > in both files but this is obviously not very elegant or easy to maintain. > > > I could put the testconst in a .inc file and include in both modules, but > this seems like overkill just for the odd constant. > > Is there a proper way to do this? > > Thanks, > Brendan Yes, the proper way is to.... ..put the testconst in a .inc file and include in both modules, even though it seems like overkill just for the odd constant. :-) -- Bob Ammerman RAm Systems -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist