| |
Krill
Registered: Apr 2002 Posts: 2982 |
Release id #209982 : Transwarp v0.82
General Q&A thread, also report problems and error logs here. |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
Problem: how do we create a disk using that loader? :) |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Answer: current cc1541, v3.3 or later. =) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
\o/ |
| |
Zaphod
Registered: Jun 2012 Posts: 63 |
Okay anyone have a linker/packer that will link a small basic program and a ml progra running at $4000 that won't knock out transwarp?
i need to get it down to 54 transwarp blocks for the two o f them, and after it unpacks and runs transwarp needs to remain active. |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
How big is the program when not packed? Can you maybe just copy the ML portion to $4000 after RUN? |
| |
Zaphod
Registered: Jun 2012 Posts: 63 |
the ml part is 64 blocks by itself.
the basic program SYSes it, pokes some sid registers afterwards so it doesn't whine at you while unpacking the main program after, and loads the next program. The basic part is 1 block
i can exomize the two of them together using minimal compression, ad it ends up small enough, but it knocks out transwarp.
And it's stupid to eat an entire track with a basic program to do it in three files.
because i have 54 transwarp blocks to hold it in, I can't just memory save both at once. i need to both link and rle pack it. exomizer's decrunch table clobbers the vectors, which are the RESTORed after. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
just make custom depacker? |
| |
Zaphod
Registered: Jun 2012 Posts: 63 |
I didn't want to reinvent the wheel.
could you point me at writing linkers and depackers for dummies? :) |
| |
Krill
Registered: Apr 2002 Posts: 2982 |
Try another small RLE packer, like Plush Packer =) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
i didnt mean to write your own packer - the source for the exomizer depacker is available, you can easily wrap it into your own mainloop and make it use other memory areas |
... 70 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 - Next |