English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   Coders. General (https://eab.abime.net/forumdisplay.php?f=37)
-   -   startup-sequence (https://eab.abime.net/showthread.php?t=94738)

jarre 19 October 2018 13:32

startup-sequence
 
Hello all, have some question. I have a menu where you choose what must be loaded, when exit a loader is loading the file. when exit the loaded file i wanna load automaticly the menu again. Is this possible to do in the startup-sequence?

Gr,
Jarre

StingRay 19 October 2018 14:17

Sure:

lab start
Menu ; run menu
loader ; load and run selected file
skip start BACK ; back to start

jarre 20 October 2018 19:33

Thanks, will try it later....

jarre 21 October 2018 23:21

Decrunch
 
Another question, say i have code in memory from $25000 to $7ffff, i crunch this data, how many bytes below $25000 i have to load this file to decrunch it perfect..?? Never understand how crunchers work and not overwrite themself. And which cruncher will decrunch the fastest..?

StingRay 21 October 2018 23:27

That depends on the used cruncher or rather the decruncher code. There is no general answer to this question.

jarre 21 October 2018 23:36

Quote:

Originally Posted by StingRay (Post 1279123)
That depends on the used cruncher or rather the decruncher code. There is no general answer to this question.

Which cruncher is fast in decrunching and have less bytes to load before $25000..?

StingRay 22 October 2018 09:57

You need to use a cruncher which allows decrunching over the source data. RNC Propack for example will work, the CrunchMania decruncher allows that too. Decrunching almost 400k will still take a while on a bog standard 68000 machine though so it might be a better idea to split the data into several chunks and decrunch/load/copy them on the fly. This depends on what you are doing of course, why do you have such large area of code/data you need to crunch?

jarre 22 October 2018 10:34

Quote:

Originally Posted by StingRay (Post 1279211)
You need to use a cruncher which allows decrunching over the source data. RNC Propack for example will work, the CrunchMania decruncher allows that too. Decrunching almost 400k will still take a while on a bog standard 68000 machine though so it might be a better idea to split the data into several chunks and decrunch/load/copy them on the fly. This depends on what you are doing of course, why do you have such large area of code/data you need to crunch?



some big ST modules, will try the crunchmania..thx..


All times are GMT +2. The time now is 04:01.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.05039 seconds with 10 queries