*.bin for r65c02p2

Let's talk about anything related to the 6502 microprocessor.
Post Reply
shoneli
Posts: 2
Joined: 27 Jun 2005

*.bin for r65c02p2

Post by shoneli »

Hi.

I finde your website and my be you can help me or give me an
advise. I have a *.bin file for r65c02p2 for very old game and I
want to make some change in that game but I dont now how to get
back from *.bin to some format where i can make changes.

Maybe you can help me.

Best regards
Nele from Prag, CZ

p.s. sorry on may bad english
User avatar
8BIT
Posts: 1787
Joined: 30 Aug 2002
Location: Sacramento, CA
Contact:

Post by 8BIT »

Check out this thread from the Delphi Forums:
http://www.6502.org/forum/viewtopic.php?t=379

If you know where the reset vector is, you can follow the code from there by using a disassembler.

If you need a disassembler, then start with this link:
http://www.6502.org/crossdev/asm/

Hope this helps!

Daryl
User avatar
djmips
Posts: 17
Joined: 12 Jul 2005

Post by djmips »

You could consider the freeware IDA

http://www.simtel.net/product.php?id=27629
Post Reply