Hi, in CVASM16 / SPASM I use the following (e. g. for PCLATH): Mov PCLATH,#$< ; same as the 'high' operator in MPASM Regards, Imre On Mon, 18 Oct 1999, Juimiin Hong wrote: > Hi, > > How do I store the 13 bits of the program counter? I've been able to > store the 8 least significant bits > movlw $ > movwf State > > Thanks, > Juimiin > >