Hi guys. > Yeah butt, > > movf 28,f ; i is at address 28 > skpnz > goto l1 > > or > movf 28,f > skpz > goto l2 > In common case it can be handled like following: test_some_condition goto $+2 goto label Any command can be used like decfsz,incfsz,tstf,skpc,skpnz,etc... I also can't understand the reasons to introduce this sophisticated trick with pcl related skip into programming. WBR Dmitry.