home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d902 / less.lha / Less / Source / source.lha / stuffChar.a < prev    next >
Text File  |  1993-01-21  |  191b  |  9 lines

  1. ;    Required by RawDoFmt to place a character in a buffer.
  2. ;    For usage, see Includes and AutoDocs under exec/RawDoFmt
  3.         section    code
  4.         xdef    _stuffChar
  5. _stuffChar:
  6.         move.b    d0,(a3)+
  7.         rts
  8.         end
  9.