Thread overview
Dig-Dug Release 0.0.0.1
Apr 16, 2004
J Anderson
Apr 16, 2004
J Anderson
Apr 16, 2004
Dave Sieber
Apr 16, 2004
C
Apr 16, 2004
C
Apr 16, 2004
Dave Sieber
Apr 16, 2004
C
April 16, 2004
I’m just announcing the release of Dig-Dug 0.0.0.1 the d-debugger that me and Charles have been putting together in the past few weeks. This first release is very primitive, like most first releases are. We decided to release it because we thought that someone may find it useful.

It’s missing a lot of things, so if it doesn’t work it’s probably not been programmed yet.

It is conceptually broken up into a front and backend so anyone who wants to make a better GUI front-end, by all means. Or help us out. Actually we though that a debugger would be a good test/example for any new GUI ports to d.

Also we hope the backend may one day get into phobos (of course after many revisions).

Use: See the readme.txt file in samples.

Location:

http://svn.dsource.org/svn/projects/digdug/

Main file:

http://svn.dsource.org/svn/projects/digdug/setup.exe



-- 
-Anderson: http://badmama.com.au/~anderson/
April 16, 2004
J Anderson wrote:

> me and Charles 

That should be "Charles and I" of course, doe.

-- 
-Anderson: http://badmama.com.au/~anderson/
April 16, 2004
J Anderson <REMOVEanderson@badmama.com.au> wrote:

> I’m just announcing the release of Dig-Dug 0.0.0.1 the d-debugger that me and Charles have been putting together in the past few weeks. This first release is very primitive, like most first releases are. We decided to release it because we thought that someone may find it useful.

Hey, do you guys have, or are you planning on having, a disassembler for Dig-Dug?  I'm curious if there is something publicly available...


-- 
dave
April 16, 2004
> Hey, do you guys have, or are you planning on having, a disassembler for
> Dig-Dug?

Yes, theres also an example in the MSDN sample Dr.Watson.  I cant send it to you if you can't find it.

Charles

On Fri, 16 Apr 2004 12:36:05 +0000 (UTC), Dave Sieber <dsieber@spamnot.sbcglobal.net> wrote:

> J Anderson <REMOVEanderson@badmama.com.au> wrote:
>
>> I’m just announcing the release of Dig-Dug 0.0.0.1 the d-debugger that
>> me and Charles have been putting together in the past few weeks. This
>> first release is very primitive, like most first releases are. We
>> decided to release it because we thought that someone may find it useful.
>
> Hey, do you guys have, or are you planning on having, a disassembler for
> Dig-Dug?  I'm curious if there is something publicly available...
>
>



-- 
D Newsgroup.
April 16, 2004
> I cant send it to you if you can't find it.

I swear everypost I make a mistake.  That should be "I will send to you ...".

C

On Fri, 16 Apr 2004 10:46:36 -0700, C <dont@respond.com> wrote:

>> Hey, do you guys have, or are you planning on having, a disassembler for
>> Dig-Dug?
>
> Yes, theres also an example in the MSDN sample Dr.Watson.  I cant send it to you if you can't find it.
>
> Charles
>
> On Fri, 16 Apr 2004 12:36:05 +0000 (UTC), Dave Sieber <dsieber@spamnot.sbcglobal.net> wrote:
>
>> J Anderson <REMOVEanderson@badmama.com.au> wrote:
>>
>>> I’m just announcing the release of Dig-Dug 0.0.0.1 the d-debugger that
>>> me and Charles have been putting together in the past few weeks. This
>>> first release is very primitive, like most first releases are. We
>>> decided to release it because we thought that someone may find it useful.
>>
>> Hey, do you guys have, or are you planning on having, a disassembler for
>> Dig-Dug?  I'm curious if there is something publicly available...
>>
>>
>
>
>



-- 
D Newsgroup.
April 16, 2004
C <dont@respond.com> wrote:

>> I cant send it to you if you can't find it.
> 
> I swear everypost I make a mistake.  That should be "I will send to you ...".

LOL.  Too much coffee? Or not enough? :-)

Thanks, I'll take a look on MSDN. I'm just interested in something that can produce an asm listing of code from an executable. I could write it, but it's probably not a one afternoon thing, and some help getting started would be nice.

-- 
dave
April 16, 2004
On Fri, 16 Apr 2004 15:56:13 +0000 (UTC), Dave Sieber <dsieber@spamnot.sbcglobal.net> wrote:

> C <dont@respond.com> wrote:
>
>>> I cant send it to you if you can't find it.
>>
>> I swear everypost I make a mistake.  That should be "I will send to you
>> ...".
>
> LOL.  Too much coffee? Or not enough? :-)
>
> Thanks, I'll take a look on MSDN. I'm just interested in something that can
> produce an asm listing of code from an executable. I could write it, but
> it's probably not a one afternoon thing, and some help getting started
> would be nice.
>

> LOL.  Too much coffee? Or not enough? :-)
Not nearly enough.

> I'm just interested in something that can
> produce an asm listing of code from an executable.

There's also obj2asm that might work for you.  You can almost rip the disasm() function directly from DISASM.c in the drwatson sample, or you can wait I think we're going to add it to digdug.


Charles

-- 
D Newsgroup.