home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / zenlib / lst8_8.asm < prev    next >
Assembly Source File  |  1990-02-15  |  158b  |  11 lines

  1. ;
  2. ; *** Listing 8-8 ***
  3. ;
  4. ; The accumulator-specific immediate-addressing form of CMP.
  5. ;
  6.     call    ZTimerOn
  7.     rept    1000
  8.     cmp    al,1
  9.     endm
  10.     call    ZTimerOff
  11.