home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9144 < prev    next >
Encoding:
Text File  |  1992-09-08  |  793 b   |  23 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!news.ysu.edu!do-not-reply-to-path
  3. From: af458@yfn.ysu.edu (Jon K. Salmon)
  4. Subject: 64-bit arithmetic
  5. Message-ID: <1992Sep7.235405.28724@news.ysu.edu>
  6. Sender: news@news.ysu.edu (Usenet News Admin)
  7. Nntp-Posting-Host: yfn
  8. Organization: Youngstown State University/Youngstown Free-Net
  9. Date: Mon, 7 Sep 1992 23:54:05 GMT
  10. Lines: 11
  11.  
  12.  
  13. On Sep 1, Anthony Li requested information on 64-bit arithmetics:
  14.  
  15. The November 14, 1989 issue (v8n19) of PC Magazine presented the
  16. appropriate routines in the Power Programming column by Ray Duncan.
  17. Actually, only multiplication and division were shown, since addition
  18. and subtraction can be accomplished relatively easily via the ADC and
  19. SBB instructions.
  20.  
  21. -- Jon
  22. -- 
  23.