* src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
[fw/sdcc] / device / lib / pic / libsdcc / _gptrput3.S
index 214a93f01dc9aa64d355a5a3a860ead9c8f5d7ab..5249cb5306e1598c672433cf89b73eba7e56ee63 100644 (file)
@@ -1,7 +1,7 @@
 ; -------------------------------------------------------------------------
 ;  _gptrput3.S : write three 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,13 +56,13 @@ __gptrput3:
 __dataptrput3:
        setup_fsr
        movf    STK04, W        ; get LSB(val)
-       movwf   INDF
+       movwf   _INDF
        inc_fsr
        movf    STK03, W        ; get 2nd byte of val
-       movwf   INDF
+       movwf   _INDF
        inc_fsr
        movf    STK02, W        ; get MSB(val)
-       movwf   INDF
+       movwf   _INDF
        return
 
        END