[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CP/M disk format question



On Jul 12, 3:59 am, Andy McFadden <fad...@fadden.com> wrote:
>
> I've been sent an apparently valid disk image that uses block numbers above
> 128.  It appears that such values wrap around, storing data in track 0-2.
>

Andy,

By coincidence, I've recently been hacking cp/m handling into my
dsktool.rb library - is there any chance I could get a copy of the
problematic image (or any other particularly interesting specimens)?

BTW as part of that cp/m work, I put together code to parse
(unprotected) MBASIC / GBASIC tokenised files, it's pretty simple -
the format is exactly the same as the x86 BASICA/GWBASIC format
described at   http://www.chebucto.ns.ca/~af380/GW-BASIC-tokens.html -
the only difference seems to be the mapping of bytes to keywords - I
can supply those values if you're interested in adding this to
CiderPress.