* device/lib/pic16/**: build pic16 library using autotools for
[fw/sdcc] / device / lib / pic16 / libc / stdio / strmgpsim.c
index 45190e927936192e044494d63c138c9991147033..f50324fda726cc81ab43bba59180bc4642e4fb42 100644 (file)
 extern WREG;
 
 /* note that USART should already been initialized */
-void __stream_gpsim_putchar(unsigned char c) _naked wparam
+void __stream_gpsim_putchar(unsigned char c) __wparam __naked
 {
   c;
-  _asm
+  __asm
     MOVFF      _WREG, 0xf7f
     RETURN
-  _endasm;
+  __endasm;
 }