Search found 2 matches

by DarkStar
Sun Oct 22, 2017 11:58 am
Forum: Programming
Topic: WFDis - 6502/65C02 interactive disassembler
Replies: 70
Views: 33855

Re: WFDis - 6502/65C02 interactive disassembler

Hi BigEd,

(Welcome Carsten! I hope you like the forum, and stick around, and maybe one day Introduce Yourself .)

I like it and found out that real names are not common in this forum :-)
To minimize my effort to introduce myself, here is a link
http://plus.google.com/+CarstenMeyer

regards ...
by DarkStar
Fri Oct 20, 2017 11:47 am
Forum: Programming
Topic: WFDis - 6502/65C02 interactive disassembler
Replies: 70
Views: 33855

Re: WFDis - 6502/65C02 interactive disassembler

Thank you for this fantastic piece of software.

Here some points I found while using it:

1. I disassembled an old commercial file where I stripped the range $0000-$2000 because it is RAM Mapped and gave WFDis the start address of $2000. There are many points where the programm accesses the range ...