
  Date: 9th June 95
    To: All people who have problems with the timing of David Tait's
        PIC16C84 programmer
Author: Karl Duesman, Netherlands

  I have build myself David Taits PIC 16C84 programmer. Like many other
  people I had problems with the timing. The QBasic "Timer" function is not
  satisfying, and using "Play" causes other problems. So we need a machine
  independent routine for this.

  I don't know if there is a 100% independent routine, but I think this
  one is good enough. It's written in machine language, is 31 bytes long,
  and can be easily connected to QBASIC. Although I use myself QB 4.0 so
  I can connect so called "QuickLibraries", filled with objectfiles, I
  believe that many other people use QuickBasic which doesn't have
  that possibility. For those people I enclosed "delay.bas". Those people
  who have QB 4.0 or QB 4.5 can use a Quick Library. (delay.qlb)

  So:

  delay.asm             - the machine language source
  delay.obj             - compiled version of the above file
  delay.qlb             - library file for QB 4.0
  delay.lib             - lib file for making an exe-file
  delay.bas             - example file, can be used for QuickBasic
  ppnew.bas             - David Tait's sourcefile WITH the new delay routine


  NOTE !!: delay will not work with an old PC, you will need at least
           an AT or higher (286+).
           

