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

  1.         SECTION text,CODE
  2.  
  3.         INCLUDE "Flush_lib.i"
  4.  
  5.         XDEF    _FlushDo
  6.  
  7. _FlushDo
  8.         MOVE.L  A6,-(SP)
  9.  
  10.         MOVE.L  _FlushBase,A6
  11.         JSR     _LVOFlushDo(A6)
  12.  
  13.         MOVE.L  (SP)+,A6
  14.         RTS
  15.  
  16.         END
  17.