Search found 6 matches

by taters
Sun Feb 17, 2019 12:27 am
Forum: Newbie Help Center
Topic: Questions re Crystalis and Mesen's CDLs, disassembly, etc.
Replies: 13
Views: 7581

Re: Questions re Crystalis and Mesen's CDLs, disassembly, et

There isn't a way to do this, Mesen will always assume something after a conditional branch is potential code, because this will be the case 99.9% of the time. The green color means that it's been marked as code, but hasn't been executed yet. Changing this would make the debugger somewhat less user...
by taters
Sat Feb 16, 2019 8:50 pm
Forum: Newbie Help Center
Topic: Questions re Crystalis and Mesen's CDLs, disassembly, etc.
Replies: 13
Views: 7581

Re: Questions re Crystalis and Mesen's CDLs, disassembly, et

I have another question about configuring Mesen's disassembly output. I've noticed that following a branch instruction, even if the CDL has logged subsequent bytes as data, Mesen disassembles it, I guess to show what the instructions are in case of a non-branching test. For example: LDA #$00 STA $09...
by taters
Thu Feb 14, 2019 11:47 am
Forum: Newbie Help Center
Topic: Questions re Crystalis and Mesen's CDLs, disassembly, etc.
Replies: 13
Views: 7581

Re: Questions re Crystalis and Mesen's CDLs, disassembly, et

You can turn off the default labels by either just selecting them and pressing delete, and you can remove them permanently by going to File->Workspace->Disable default labels. Do you mean the list on the right side of the debugger? I saw that in the instructions but it doesn't work for me (nor the ...
by taters
Wed Feb 13, 2019 9:42 pm
Forum: Newbie Help Center
Topic: Questions re Crystalis and Mesen's CDLs, disassembly, etc.
Replies: 13
Views: 7581

Re: Questions re Crystalis and Mesen's CDLs, disassembly, et

Except disasm6 doesn't have MMC3 support, so you'll likely have to manually disassemble PRG banks one by one, or make hand-made CDL files for each of them, or just keep a gigantic list of addresses you care about along with each bank. You're welcome. That fixed it. And works with the split up CDL, ...
by taters
Wed Feb 13, 2019 4:29 pm
Forum: Newbie Help Center
Topic: Questions re Crystalis and Mesen's CDLs, disassembly, etc.
Replies: 13
Views: 7581

Questions re Crystalis and Mesen's CDLs, disassembly, etc.

Hi all- apologies if these have already been answered, I've searched and also read through what I think are the relevant sections of Mesen's manual and played with the menus but haven't found answers yet. I'm taking a stab at reverse engineering Crystalis. My goal is to get some kind of rebuildable ...