home *** CD-ROM | disk | FTP | other *** search
/ For Beginners & Professional Hackers / cd.iso / softcrc / libs / zendisk2.arj / 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.