this code do not work. I forgot to say that I want an 8 bit transfer. Eventually i will want to display the output on my A/D conversion

I tried this code:
but still do not work

' Define LCD pins
Define LCD_DREG PORTB
Define LCD_DBIT 8
Define LCD_RSREG PORTA
Define LCD_RSBIT 0
Define LCD_EREG PORTA
Define LCD_EBIT 3
Define LCD_BITS 8

LcdOut $FE, 1, "Hello"