When using incbin to include a binary, it would be useful to be able to provide an offset. For example, if adding a sid file you may want to not load the first $7C bytes where the header information is stored, and also remove the address from the start.
So something like incbin "music.sid", $7C + 2
When using incbin to include a binary, it would be useful to be able to provide an offset. For example, if adding a sid file you may want to not load the first $7C bytes where the header information is stored, and also remove the address from the start.
So something like
incbin "music.sid", $7C + 2