* .version: bumped version to 2.5.6 (pic14 ABI changed)
[fw/sdcc] / device / lib / pic / libsdcc / _gptrget1.S
index 81355d2172652f33ccfa1fb2a2a13fa40388ebdb..bb0d4ed744a2e2be42157dedaa0c4540571ec4d2 100644 (file)
@@ -58,15 +58,15 @@ __gptrget1:
 
 __dataptrget1:
        setup_fsr
-       movf    INDF, W
+       movf    _INDF, W
        return
 
 __codeptrget1:
        ; call the RETLW instruction at the given address
        movf    STK00, W
-       movwf   PCLATH
+       movwf   _PCLATH
        movf    STK01, W
-       movwf   PCL
+       movwf   _PCL
        return  ; should never be executed...
 
        END