home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / 19500 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  945 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!smurf.sub.org!artcom0!hb.maus.de!k.maus.de!Peter_Missel
  2. From: Peter_Missel@k.maus.de (Peter Missel)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: 823k compression source
  5. Message-ID: <A51702@K.maus.de>
  6. Date: 6 Jan 93 17:01:00 GMT
  7. References: <A17844@HB.maus.de>
  8. Organization: MausNet (Mitglied im IN e.V.)
  9. Lines: 11
  10. X-Gateway: MausGate/News 1.16/hb
  11.  
  12. m> magic = $87654321 (a constant used for formatting)
  13. m>
  14. m>-------------------
  15. m>
  16. m>This little "magic number" always puzzled me. Would it be, by an chance,
  17. m>the skewing for the track? Or is is just a value the 1772 needs?
  18.  
  19. It's just for programmers' safety. When this magic number is not present in the
  20. parameter list for the XBios call, you might have called the Flopfmt() function
  21. by accident, instead of calling, say, Floprd(). Without the magic number's
  22. safety, off goes your data. With it, XBios returns an error code.
  23.