home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / languags / pascal-p / xrefc26.lbr / NOVERLAY.MZC / NOVERLAY.MAC
Text File  |  1987-01-15  |  768b  |  24 lines

  1.  title    'NOVERLAY Runpcd 2.4.4/3.1 Removes overlays (84/11/15)'
  2. ;
  3. ; This removes any timer overlays that may have been installed, and
  4. ; ensures that RUNPCD and RUNPCDI are portable.  Only valid for
  5. ; version 2.4.4 (CPM installation 3.1) at present.
  6. ;
  7. ; Assemble to .HEX file and overlay.  CPMLINK must be first
  8. ; module of .COM file linked to use this.
  9. ;
  10.     org    0124h
  11. dotime:    xra    a;        Remove time of day
  12.     stc
  13.     ret
  14. ;
  15. timer:    stc;            Remove interval/time set
  16.     ret
  17.     nop
  18. ;
  19. ; The overlay area at location 0139h (for 64 bytes) is normally
  20. ; zeroed with an initial 040h (length) byte.  This overlay does
  21. ; not alter that area.
  22. ;
  23.     end
  24. »π