home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sources / wanted / 5020 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1003 b   |  27 lines

  1. Newsgroups: comp.sources.wanted
  2. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!rpi!woodam
  3. From: woodam@aix.rpi.edu (Matthew G. Woodard)
  4. Subject: Assembler clock w/interrupts
  5. Message-ID: <r=r107_@rpi.edu>
  6. Nntp-Posting-Host: aix.rpi.edu
  7. Organization: Rensselaer Polytechnic Institute, Troy, NY
  8. Date: Thu, 12 Nov 1992 21:19:32 GMT
  9. Lines: 16
  10.  
  11. Hello out there!  I'm in the middle of writing a program (in C++) which
  12. talks to a radio telescope and saves the data collected by that scope.
  13.  
  14. My problem is, I want to take a reading once every second, and would like to
  15. use a clock that would interrupt the program every second to do just that.
  16. Due to the speed of the assembly language, I really want the code to be in
  17. assembler.
  18.  
  19. If you know anything that might help me, please e-mail me with the information.
  20.  
  21. BTW.  I've never called an assembly procedure from a C-language program, and
  22. would like info on this as well--but it is only second priority.
  23.  
  24.                         Thanks,
  25.                     Matt Woodard (woodam@aix.rpi.edu)
  26.  
  27.