An interactive Disasm

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

User avatar
Hamtaro126
Posts: 786
Joined: Thu Jan 19, 2006 5:08 pm

Post by Hamtaro126 »

Welcome to NESDEV, Psycho!

A best choice for making your Interactive disassembler is to base it off of ''6502dis - Interactive Disassemler for Atari''. You can put iNES and possibly FDS (Famicom Disk System) support in it, The code is very portable (I Think).

But if you do not know C++, one of thoes Java-to-Exe converters are okay for your version

The reason is because: Java is hard to install to my SLOW computer!

If you are interested, the link of the C++ project for the other Interactive 6502 disassembler is in Sourceforge.net under ''Interactive Disassembler for 6502'', It's Open-Source for the LGPL!

Look under the CVS repository for the source code, Go in each folder and Download it one at a time

Note that the source is not mine, it is my friend's open source code
psycho
Posts: 8
Joined: Fri Dec 21, 2007 3:00 pm
Location: NW Indiana, USA
Contact:

Post by psycho »

I'll have to check it out.

Anyone know of a game that uses a trainer?

Also, was there ever a "Mr. Do" made for the nes? That is one of my favorite games!
Kevin
User avatar
Hamtaro126
Posts: 786
Joined: Thu Jan 19, 2006 5:08 pm

Post by Hamtaro126 »

psycho wrote:I'll have to check it out.

Anyone know of a game that uses a trainer?

Also, was there ever a "Mr. Do" made for the nes? That is one of my favorite games!
There is no Mr. Do for the NES, and Disch said Trainers are kinda not used anymore.

Also, If you are looking for CDL files for FDS: Try to go to Beneficii's page:
(In The URL, FCEUABS is best for CDL creation anyways)

HTTP://WWW.BENEFICII.NET/SMB2/

NOTE: FCEUABS also has the new feature called Address Use Logger, It might be useful too!

And if you are looking for a test CDL for NES, I will make and give you one soon when I have free time (if no one creates one before then)!
User avatar
Zepper
Formerly Fx3
Posts: 3264
Joined: Fri Nov 12, 2004 4:59 pm
Location: Brazil
Contact:

Post by Zepper »

URL is gone. ^_^;;
atari2600a
Posts: 324
Joined: Fri Jun 29, 2007 10:25 pm
Location: Earth, Milkyway Galaxy, The Universe, M-Theory
Contact:

Post by atari2600a »

If you release an exe of it, can you also release the java code as well? I'm running Linux here & as you can probably guess, one of the benefits of Java is that it's interpreted (I think) & therefore runs on any OS that has the Java runtime.

Code: Select all

          *=$0000
loop      JMP loop
          .eof
User avatar
beneficii
Posts: 127
Joined: Tue Jul 12, 2005 4:37 pm

Post by beneficii »

Unfortunately, with the server that hosts my domain, filenames are case sensitive.

The following are a couple of the correct links to that:

http://www.beneficii.net/smb2

http://sm2.beneficii.net/
Post Reply