OK im writing to a LCD using 8 bit mode.
It is a graphic LCD module.

anyway im using 6 outputs on PORTA and 2 on PORTB

HOW DO I DO THAT?

I was hopeing that this would work

PORTA = glcd_dat
PORTB.6 = PORTA.4
PORTB.5 = PORTA.5

but it doesnt.

please help