[Coco] Cross compiling OS-9 C

Jeff Teunissen deek at d2dc.net
Tue Apr 28 02:21:12 EDT 2020


There are some problems with your version of rdump that I have
noticed, specifically with the disassembler component.

It's very persistent in trying to turn data into code, which made for
interesting reading when I saw 6309 instructions in C compiler output
disassemblies.
It _also_ seems it doesn't understand offsets from external
references, e.g. it turns the code "leax _iob+26,y" into "leax _iob,y"

On Sun, Apr 26, 2020 at 3:45 PM tim lindner <tlindner at macmess.org> wrote:
>
> On Sun, Apr 26, 2020 at 1:49 AM Walter Zambotti <zambotti at iinet.net.au> wrote:
> > I was looking for source for the assembler and linker to finish off the
> > suite but never found them!
>
> Walter,
>
> A few years ago I re-wrote rlink (and rdump) in C to be compiled on
> modern computers systems.
>
> It seems like a good fit for your project.
>
> Would you like to add it?
>
>
>
> --
> --
> tim lindner
>
> "Proper User Policy apparently means Simon Says."
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco


More information about the Coco mailing list