Jump to content
IGNORED

mads programmmads program without header. just the bin file


Recommended Posts

Hi good afternoon.

I only want the bin data from the program, without headers.

how does that work please:
mads test.a65 .... ? no header.

 

with header

FF FF 00 00 06 00 A9 2D 18 20 5F FF 60

 

no header:

A9 2D 18 20 5F FF 60

 

Thanks.
greeting

Link to comment
Share on other sites

technically, you could just use command line tools, like 

$ dd if=main.xex bs=1 skip=10 > main.bin

at least if you are using linux or something alike.

 

just in case, a .xex can have multiple "parts", and only

removing the header might not cut it.

 

Link to comment
Share on other sites

@neuling: h- may be insufficient if you need the continuous memory area. Take a look at f+ opt switch and b- if your (cartridge) memory is banked (rmb/nmb/lmb directives and =label as well as :label references are helpful for such model).

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...