home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apple2 / 19559 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.3 KB  |  28 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!munnari.oz.au!labtam!labtam!philip
  3. From: philip@labtam.labtam.oz.au (Philip Stephens)
  4. Subject: Re: Apple II RWTS codes.
  5. Organization: Labtam Australia Pty. Ltd., Melbourne, Australia
  6. Date: Thu, 27 Aug 1992 22:55:59 GMT
  7. Message-ID: <philip.714956159@labtam>
  8. References: <1992Aug25.073024.13293@ausom.oz.au> <1992Aug26.112324.6256@iscsvax.uni.edu> <philip.714873752@labtam> <1992Aug27.062300.4071@ee.rochester.edu>
  9. Lines: 17
  10.  
  11. David Seah writes:
  12.  
  13. >I was under the impression that the Locksmith fast 16 sector copier didn't do
  14. >any denibblizing of the raw disk data...
  15.  
  16.   In fact, it does!  I disassembled the code once, and was quite amazed to see
  17. that it performed both read and write conversions on the fly.  I don't remember
  18. the full details now, but when reading it converts the 6-and-2 encoding back
  19. into 256 bytes of data that is still partially encoded, but which can then be
  20. converted back into 6-and-2 encoding on the fly.  Pretty interesting stuff.
  21.   The upshot of which is that Locksmith can read many more sectors into
  22. available memory than it could if it did not denibblize the raw data.  The
  23. authors of Locksmith were obviously very clever programmers.
  24.  
  25.   Philip Stephens
  26.   Labtam Australia Pty Ldt
  27.   philip@labtam.labtam.oz.au
  28.