Jump to content
IGNORED

MADS bug with OPT F+?


Recommended Posts

does anybody discovered corrupted file data structur with OPT F+ in MADS?

 

I run into issue that files are corrupted (WUDSN hex editor, Altirra and exomizer say corrupted file (neverless Altirra starts it correctly). it has several ORGs inside...

 

I am using MADS 2.0.0

 

any advice?

Link to comment
Share on other sites

it definitly bugs... many ORGs... even ascending order... but OPT F+ produces corrupt file structure... so I did a workaround... dumped memory in Altirra... loaded into superpacker and put header there + run adress and saved that exe file for exomizer...

 

is there any windows/dos command to add bytes to a file so my batch file could add the headers?

Link to comment
Share on other sites

OPT F Works fine here. Beware of the order between ORG/OPT depending on what you want to achieve (re-base vs. fill).


opt h-


org $1000

opt f+

:255 lda #>*

org $3000

:255 lda #>*

opt f-


org $4000

opt f+

:255 lda #>*


org $6000

:255 lda #>*

opt f-

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...