1: /*
   2:  * Copyright (c) 1987 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  */
   6: 
   7: #ifdef LIBC_SCCS
   8:         <@(#)ffltpr.s	5.4 (Berkeley) 1/25/87\0>
   9:         .even
  10: #endif LIBC_SCCS
  11: 
  12: /*
  13:  * Fake floating output support for doprnt.  See fltpr.s for comments.
  14:  */
  15: 
  16: .globl  pgen, pfloat, pscien
  17: 
  18: pfloat:
  19: pscien:
  20: pgen:
  21:         add     $8,r4           / Simply output a "?"
  22:         movb    $'?,(r3)+
  23:         rts     pc

Defined functions

pfloat declared in line 16; defined in line 18; used 1 times
  • in line 16
pgen declared in line 16; defined in line 20; used 1 times
  • in line 16
pscien declared in line 16; defined in line 19; used 1 times
  • in line 16
Last modified: 1987-06-04
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1221
Valid CSS Valid XHTML 1.0 Strict