home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fl11new.zip / FLUSHENA.ASM < prev    next >
Assembly Source File  |  1992-04-08  |  379b  |  22 lines

  1.         SECTION text,CODE
  2.  
  3.         INCLUDE "Flush_lib.i"
  4.  
  5.         XDEF    _FlushEnableAnnounce
  6.  
  7. _FlushEnableAnnounce
  8.         MOVEM.L D2/A6,-(SP)
  9.  
  10.         MOVE.L  12(SP),D0
  11.         MOVE.L  16(SP),A0
  12.         MOVE.L  20(SP),D1
  13.         MOVE.L  24(SP),D2
  14.  
  15.         MOVE.L  _FlushBase,A6
  16.         JSR     _LVOFlushEnableAnnounce(A6)
  17.  
  18.         MOVEM.L (SP)+,D2/A6
  19.         RTS
  20.  
  21.         END
  22.