Heaven/TQA #1 Posted November 5, 2013 can some of you tell me how to use this combination and depack data? i am using the pc version of super packer... can be found at madteam.atari8.info. then I am using the depack routine found in the MADS compression folder... so... I am packing the bitmap f.e.... do I need to alter the depack source code? f.e. the ORG for the INS of the data file? do I need to pack and save the segment in superpacker with the correct destination memory adress? Quote Share this post Link to post Share on other sites
StefanD #2 Posted November 6, 2013 I found out, Superpacker is quite easy to use. Load the unpacked XEX in Superpacker with "Load DOS file", append all segments (but not across INIT addresses) with "Append segments", and pack the resulting single segment(s) with "Pack segment". Then save the packed selfextracting XEX with "Save ALL". Done! Only thing to do, is to find appropriate depack, buffer and zp_vars areas. (I don't know, what ram_enter and ram_exit is.) Quote Share this post Link to post Share on other sites
MaPa #3 Posted November 7, 2013 RAM_ENTER and RAM_EXIT should be values for PORTB ($d301) register to select correct bank when entering and leaving depack routine. Quote Share this post Link to post Share on other sites