home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / m6809 / 451 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.3 KB  |  50 lines

  1. Newsgroups: comp.sys.m6809
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!ehsn2.cen.uiuc.edu!rg9538
  3. From: rg9538@ehsn2.cen.uiuc.edu (Ronald E Garnett)
  4. Subject: 68HC11 help
  5. Message-ID: <BxDp14.JvD@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: University of Illinois at Urbana
  8. Date: Sun, 8 Nov 1992 03:43:51 GMT
  9. Lines: 39
  10.  
  11.  
  12. Yes, I CAN read!  I know this is the 6809 group, but
  13. ther doesn't appear to be a 68HC11 group anywhere!
  14.  
  15.  
  16.  
  17. Help!  I'm looking for a library of assembly routines for floating point.
  18. I don't have time to write them myself.  I have access to a C compiler
  19. which has a floating point library, but the code size is (relatively)
  20. enormous.  Also, if anyone has any great ways to convert a floating
  21. point to a string, please tell me.  I devised a way using floating
  22. point log10() and pow10().  pow10(x) simply raise 10 to a power of X.
  23. This works, but is probably not optimal.
  24.  
  25.     if (preference == E-Mail) {
  26.     
  27.         Address = rg9538@ewshp.cen.uiuc.edu;
  28.  
  29.         send( mail, address);
  30.  
  31.     } else {
  32.  
  33.         post( message, group );
  34.  
  35.     }
  36.  
  37.  
  38. Regards,
  39.  
  40. Ron Garnett
  41.  
  42. University of Illinois at Urbana-Champaign
  43. (Every time i write that, I get thirsty for some reason)
  44.  
  45.  
  46.  
  47.  
  48. P.S.  Is there a 68HC11 group out there? Methinks there should be!
  49.  
  50.