home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / assembler / thesource / volume2 / source / system / asmmacros.lha / SetComment.i < prev    next >
Encoding:
Text File  |  1990-11-16  |  414 b   |  12 lines

  1.      NOLIST
  2. SetComment  MACRO              ; 11 Jan 88
  3. *------------------------------; Start of SetComment macro.
  4.                                ; Do set-up for _LVOSetComment.
  5.      MOVE.L #\1,D1
  6.      MOVE.L #\2,D2
  7.      CallLib SetComment,dos    ; Call SetComment.
  8.      TST.L D0                  ; Make the zero flag indicate failure.
  9. *------------------------------; End of SetComment macro.
  10.      ENDM
  11.      LIST
  12.