Jump to content
Brian O

Original Combat Disassembly — Is it available?

Recommended Posts

I'm looking for the original Combat disassembly done by Harry Dodgson. I cannot use the definitive disassembly, since it has way too many comment notes.

 

Does this original disassembly exist? If so, anyone know where I can find it?

 

Thanks in advance,

B

Share this post


Link to post
Share on other sites

I could erase the comments, but its a pain. And I don't want to run the risk of accidentally removing code.

 

If I need to go that route I will, but if a less-commented version is available I'd prefer to use that.

 

Thanks

B

Share this post


Link to post
Share on other sites

I still don't understand why you want to get rid of the comments?

 

The disassembly was done from scratch and so are the comments. If you remove the comments, you don't get an original or so.

Share this post


Link to post
Share on other sites

That's what I'd do. Really well-commented disassemblies can sometimes cause distractions IMO, and I tend to lose focus on specific goals.

 

Raw disassemblies are also useful to try to locate memory to save. Such as merging/sharing data table strings - not really possible if you are only seeing equates and constants rather than their true hex or binary values.

  • Like 1

Share this post


Link to post
Share on other sites

I'm looking for the original Combat disassembly done by Harry Dodgson. I cannot use the definitive disassembly, since it has way too many comment notes.

I could erase the comments, but its a pain. And I don't want to run the risk of accidentally removing code.

Use sed.

 

Something like sed -e "/^;.*/d;s/;.*//" < in.asm > out.asm

 

edit:

Here you go: http://pastebin.com/XG9zEQTY

Edited by Tjoppen
  • Like 2

Share this post


Link to post
Share on other sites

Thanks, Tjoppen!

 

Thomas/Nukey — This is for a design project, not a technical project, so the comments are not necessary. The less characters in the code the better.

 

Thanks for all your help/input!

 

-B

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...