home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / show / 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.