home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / rtools.zip / EXP.ASM < prev    next >
Assembly Source File  |  1993-12-02  |  377b  |  17 lines

  1. #macro "d:\package\cls.mcr"                  ; tell linker were to find cls.mcr
  2. #macro "d:\package\exit.mcr"                 ; tell linker were to find exit.mcr
  3.  
  4.  
  5.  
  6.        mov cx,65535
  7. cra:
  8.        mov ax,cx
  9.  
  10.        .macro cls                        ; call macro cls
  11.  
  12.        mov cx,ax
  13.        loop cra
  14.  
  15.        .macro exit                       ; call macro exit 
  16.  
  17.