* src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
[fw/sdcc] / device / lib / pic / libsdcc / _gptrput4.S
index 2e108c280841a7d59d026d1ad8e1f85cd95306d0..7d3ce7b7b91ece317df3be8f6eafde62342482e0 100644 (file)
@@ -1,7 +1,7 @@
 ; -------------------------------------------------------------------------
 ;  _gptrput4.S : write four bytes pointed to by a generic pointer
 ;
-;      Written By      Raphael Neider, rneider@web.de (2005)
+;      Written By      Raphael Neider <rneider AT web.de> (2005)
 ;
 ;  This library is free software; you can redistribute it and/or
 ;  modify it under the terms of the GNU Library General Public
@@ -56,16 +56,16 @@ __gptrput4:
 __dataptrput4:
        setup_fsr
        movf    STK05, W        ; get LSB(val)
-       movwf   INDF
+       movwf   _INDF
        inc_fsr
        movf    STK04, W        ; get 2nd byte of val
-       movwf   INDF
+       movwf   _INDF
        inc_fsr
        movf    STK03, W        ; get 3rd byte of val
-       movwf   INDF
+       movwf   _INDF
        inc_fsr
        movf    STK02, W        ; get MSB(val)
-       movwf   INDF
+       movwf   _INDF
        return
 
        END