home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / zenlib / 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.