Don Worth's Beneath Apple DOS extracted from his Apple II floppies
Go to file
T. Joseph Carter 93dd3e1ecd Add the .s files (may be broken)
I would not swear these dumped correctly using the procedure described in the
README files.
2017-07-20 15:10:56 -07:00
D1S1 Remove trailing nulls, .pp tags 2017-07-20 15:08:22 -07:00
D1S2 Remove trailing nulls, .pp tags 2017-07-20 15:08:22 -07:00
D2S1 Add the .s files (may be broken) 2017-07-20 15:10:56 -07:00
.editorconfig Initial commit 2017-07-20 13:13:03 -07:00
.gitattributes Initial commit 2017-07-20 13:13:03 -07:00
README.md Dump all the documents to text files with markup 2017-07-20 14:50:14 -07:00

Don Worth's Beneath Apple DOS

Don Worth wrote a very cool book for the Apple II. Actually, he wrote several, but here is one of them that I happened to need. He found a bunch of his disks containing the original text in his garage, and he was happy to have his original disks be released into the hands of whomever might want to use them. Since the OCR versions of this book are ... less than great ... I've decided to try and convert his originals.

The Goal

I'd like to see a proper version of this book. Text, figures, all of it. To do that is not going to be trivial, but it starts with clean text. We don't have that on archive.org, yet, but perhaps we can fix that? Please feel free to join in--send patches, help add stuff, etc.

The method

  1. The DOS 3.3 disks were dumped using cppo
  2. Apply the following transformations to each document file:
    • For characters 0xa0-0xfe, strip the high bit to get pure ASCII
    • Convert 0x0d and 0x8d (return) characters ti 0x0a (newline)
    • Escape all else in C-style

This has probably broken the .s files a bit, and I haven't bothered to decompile the five byte HELLO ... ;)