home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12323 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  957 b 

  1. Path: sparky!uunet!munnari.oz.au!uniwa!uniwa!nfm
  2. From: rmascaro@uniwa.uwa.edu.au (Robert Mascaro)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: interupt vector table
  5. Date: 22 Jan 1993 09:21:28 +0800
  6. Organization: The University of Western Australia
  7. Lines: 10
  8. Message-ID: <1jni6oINNkjt@uniwa.uwa.edu.au>
  9. NNTP-Posting-Host: uniwa.uwa.edu.au
  10. X-Newsreader: Tin 1.1 PL5
  11.  
  12. I have a strong interest in writing software interupt handlers. I know
  13. that dos keeps a table of 1024 bytes from 0:0 which point to the address
  14. to jump to from servicing the interupt. My question is, I have tryed to
  15. follow the path (using debug) of interupt 1C (second clock timer), which
  16. by my calculations should be located at hex 0:70 (4 bytes per address *
  17. int number). This should contain the offset address of the handler which
  18. should point to an IRET. It seems to point to nothing. What am I doing
  19. wrong?? could someone step me through the process in DEBUG.
  20. Thankyou in advance,
  21. Rob.
  22.