home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / zendisk2.zip / LST12-5.ASM < prev    next >
Assembly Source File  |  1990-02-15  |  136b  |  11 lines

  1. ;
  2. ; *** Listing 12-5 ***
  3. ;
  4. ; Measures the performance of PUSH AX.
  5. ;
  6.     call    ZTimerOn
  7.     rept    1000
  8.     push    ax
  9.     endm
  10.     call    ZTimerOff
  11.