DEFINE LCD_DREG PORTB 'Define PIC port used for LCD Data lines
DEFINE LCD_DBIT 4 'Define first pin of portb connected to LCD DB4

Is there anyway that I can specify at an individual level which pins on the PIC are for the LCD data bits?