robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Starting address for disassembly #88

Closed option8 closed 7 years ago

option8 commented 7 years ago

Is it possible to set the starting address for disassembled code, so that, for instance, a disassembled ROM can start at $F000 instead of $0000?

robmcmullen commented 7 years ago

Choose the segment you want in the Segments list and then use the Disk Image -> Set Segment Origin menu item to set the start value of $F000

option8 commented 7 years ago

Ah. I'll have to create a segment first, then. I was trying that, but hadn't created any segments - I was trying to set the start address for the whole thing.

On Fri, Sep 23, 2016, 1:35 PM Rob McMullen notifications@github.com wrote:

Choose the segment you want in the Segments list and then use the Disk Image -> Set Segment Origin menu item to set the start value of $F000

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/robmcmullen/omnivore/issues/88#issuecomment-249255113, or mute the thread https://github.com/notifications/unsubscribe-auth/ABviSF-_kMkTpAuqaJ7trxbeQCn4ORiWks5qtA33gaJpZM4KE8Ek .

robmcmullen commented 7 years ago

I think this is pretty much fixed. You can set an origin on any segment now.

robmcmullen commented 7 years ago

The 1.0 release should be out this week.