Skip to content

crash when setting origin and code start point for attached binary #150

@robjustice

Description

@robjustice

I'm getting a crash when trying to disassemble the attached file. Its an Apple3 Interpreter binary.

They have a header as follows:
8 bytes Label, always - "SOS NTRP"
2bytes - option header length. Most of the time this is zero
2 bytes - loading address
2 bytes - code length
Then the code starts

SOS INTERP - Easyterm.zip

screencapture

the attached one is loaded at $6000. When I set the origin to $5ff2 (to account for the header length), and then try to indicate the code start point at $6000, I get a crash and Sourcegen closes.

I'm using version 1.8.4

CrashLog.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions