[A89] Re: more questions (return value)


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

[A89] Re: more questions (return value)




You know, I was thinking the same thing.

I used the M68000 microprocessor programming reference card. There is a
class at my university which teaches microprocessor design using the
68k, and they sell this card at my local college bookstore. I couldn't
find it on Motorola's site. If you like, I could scan it and put it up
on technoplaza. It contains just the 68000 instructions (no 68010, 20,
30, or 40), and has handy references for all kinds of things. Then you
can use the programmer's reference manual to cross-check for more
detail.

I just finished writing a simple disassembler which I want to make for
the calc. I didn't find Tom's before I started writing my own. It's open
source and under the GPL if you want to help me bug test and convert it.
I released the first public beta today. http://www.technoplaza.net It's
missing branch/jump label support, and it would be nice to know what
exact offset that would go to (like the VTI debugger does), but I
haven't finished that yet. Next school term starts tomorrow, so I don't
know if I'll finish it in time. However, other than the large screen
size it uses for the large file format, I think it would compile for the
calc right now. There would just need to be a way to tell it which file
to open, or where in memory to start the disassembly.

If my code is no help, Thomas Nussbaumer includes complete source for
his, as well. His already has label support, and turns things right back
into code, which I think will in turn compile. That's what I plan to
finish on mine.

John David Ratliff
jdratlif@cs.indiana.edu


-----Original Message-----
From: assembly-89-bounce@lists.ticalc.org
[mailto:assembly-89-bounce@lists.ticalc.org] On Behalf Of Greg
Sent: Sunday, September 01, 2002 2:26 PM
To: assembly-89@lists.ticalc.org
Subject: [A89] Re: more questions (return value)


I've been looking for info on 68k disassemblers as i've been
contemplating
writing one for on calc use, does anyone have any good links? I probably
have enough info gathered to start that kind of project, but it is nice
to
have plenty of stuff to reference for completeness :)

-Greg
----- Original Message -----
From: "John David Ratliff" <jdratlif@indiana.edu>
To: <assembly-89@lists.ticalc.org>
Sent: Thursday, August 29, 2002 12:35 AM
Subject: [A89] Re: more questions (return value)


>
> Thanks. I didn't know tt tools contained a disassembler.
>
> John David Ratliff
> jdratlif@cs.indiana.edu
>
> -------------------
> >
> > It is in his tools suite:
> > http://www.ticalc.org/archives/files/fileinfo/161/16198.html
> >
> > Regards,
> > Greg Dietsche
> > GForce Programming - http://gforce.calc.org
> (www.geocities.com/gdietsche)
> > Detached Solutions - www.detachedsolutions.com
> >
> > ----- Original Message -----
> > From: "John David Ratliff" <jdratlif@indiana.edu>
> > To: <assembly-89@lists.ticalc.org>
> > Sent: Wednesday, August 28, 2002 10:23 PM
> > Subject: [A89] Re: more questions (return value)
> >
> >
> > >
> > > Where is Thomas Nussbaumer's disassembler? I've been looking all
> over
> > > for a decent 68k disassembler.
> > >
> > > John David Ratliff
> > > jdratlif@cs.indiana.edu
> > >
> > >
> > > -----Original Message-----
> > > From: assembly-89-bounce@lists.ticalc.org
> > > [mailto:assembly-89-bounce@lists.ticalc.org] On Behalf Of Joel
> Thompson
> > > Sent: Wednesday, August 28, 2002 10:04 PM
> > > To: assembly-89@lists.ticalc.org
> > > Subject: [A89] Re: more questions (return value)
> > >
> > >
> > > Yeah, or you can just use Thomas Nussbaumer's
> > > dissasembler, which is what I did, he he :)
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Finance - Get real-time stock quotes
> > > http://finance.yahoo.com
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
>
> John David Ratliff
> jdratlif@cs.indiana.edu
>








Follow-Ups: References: