home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / bbs / libdisks / d900t930 / disk902.lha / Less / Source / source.lha / stuffChar.a < prev    next >
Encoding:
Text File  |  1993-01-21  |  191 b   |  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.