home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / ASSEMBLY / ZENDISK2.ZIP / LST12-5.ASM < prev    next >
Encoding:
Assembly Source File  |  1990-02-15  |  136 b   |  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.