home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apple2 / 19484 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  4.2 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!iscsvax.uni.edu!fisher2557
  2. From: fisher2557@iscsvax.uni.edu
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: Apple II RWTS codes.
  5. Message-ID: <1992Aug26.112324.6256@iscsvax.uni.edu>
  6. Date: 26 Aug 92 11:23:24 -0500
  7. References: <1730i0INNinf@agate.berkeley.edu> <9V5wPB1w164w@jwt.UUCP> <1992Aug25.073024.13293@ausom.oz.au>
  8. Organization: University of Northern Iowa
  9. Lines: 74
  10.  
  11. In article <1992Aug25.073024.13293@ausom.oz.au>, paw@ausom.oz.au (Peter Watson) writes:
  12. > Austin C. Phelps (bbs-aphelps@jwt.UUCP) writes :
  13. >>chiu@ucsee.berkeley.edu writes:
  14. >>
  15. >>>>In the Steve Wozniak interview at Kansasfest, Woz claimed that the RWTS
  16. >>>>routines were probably the most difficult code he had ever written, and he
  17. >>>>doubted if _he_ could do it again! You sure are aiming high!
  18. >>>
  19. >>>I'm sure he's just been polite. Word around is that he wrote a lot of it
  20. >>>in only a couple of days...
  21. > I think you guys need to go a little deeper into your history. Yeah, Woz
  22. > wrote a lot of the RWTS code in a couple of days - _BUT_ he spent a lot
  23. > more than that playing around to get the essential read/write a nibble
  24. > timing-CRITICAL code right, and I think that's what he was referring to.
  25. > The "couple of days" bit was once he had routines that basically worked,
  26. > he could then write something more elaborate for the computer show Apple
  27. > were intending to demo the Disk ][ at. (They did demo it - with a 'DOS'
  28. > only accepted single-key commands, on a disk with stuff stored at absolute
  29. > sector locations!)
  30. > You should also remember that Woz 'only'(!) wrote the RWTS code - Randy
  31. > Wiggington wrote the File Manager, and some third-party bozo wrote the
  32. > DOS user interface (control-D commands, etc). Woz commented that this code
  33. > looked like it had been generated by a high-level language compiler!
  34. >>And put together a DOS together in a couple of days. Beside in the book
  35. >>Understanding the Apple IIe that author claims that ProDOS READ_BLOCK is
  36. >>better and faster than RWTS.
  37. > The ProDOS READ_BLOCK routine is definitely faster than the equivalent DOS
  38. > code, because it reduces the double handling that DOS did for most reads.
  39. > But be careful - ProDOS pretty much uses the original RWTS subroutines for
  40. > the actual read/write nibble routines. You can't speed them up, for the
  41. > same reason that adding several women won't produce a baby any faster!
  42. >>Austin C. Phelps                bbs-aphelps@jwt.UUCP
  43. > Cheers,
  44. > Peter
  45. > -- 
  46.  
  47. well.......  yes you can.
  48.  
  49. In an old issue of Nybble, there is a program that custom formats each track,
  50. allowing 4k to be written to each track in one chunk.  The denibblizing is done
  51. "on the fly" so when it reaches the end of the "sector" (basically the whole
  52. track is one giant sector) it is fully decoded and at the destination memory
  53. address.  This sucker can read in a whole disk, all 35 tracks, in 12.5 seconds. 
  54. Now that's not bad.  Writing requires nibblizing ahead of time, so it takes a
  55. bit longer, but hey, with speed-up like that for read, who cares?  It's GREAT
  56. for slide shows!  As fast as you can say "click-click" (and I DO mean AS FAST
  57. AS YOU CAN SAY IT) it's loaded a hi-res image.  This is assuming the drive is
  58. spinning and the head is at the correct track.  That's the ONLY slow-down. 
  59. BEWARE.  There is a bug in the part that check for dos or prodos, and it can
  60. accidentally put itself in prodos mode when you're in dos, which results in it
  61. not operating properly.  As to direct disk access, I've written many an
  62. assembly lang program to do direct reads and writes, and it's tough...  but
  63. definitely worth it.  It's really fun to have Central Point interested in
  64. seeing your code! ;-)   Pity they didn't want to pay for it, or they'd have a
  65. copier that'd copy ANYHING.  period.
  66.    If that guy is still looking for some info on direct disk access, send me $5
  67. for photocopies and postage and I'll mail back some useful information,
  68. starting at the hardware and ending at the ].  I highly recommend an asembler
  69. that can count clock cycles!  (Merlin Pro works well)
  70.  Nathan Fisher
  71.  1157 Mitchell
  72.  Waterloo IA 50702-3344
  73. -- 
  74.  
  75. later,
  76.  Nathan                           (this tag line is umop ap!sdn)
  77.   FISHER2557@ISCSVAX.UNI.EDU             "do I know WHO?..."
  78.