English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 19 October 2018, 13:32   #1
jarre
Registered User
 
jarre's Avatar
 
Join Date: Sep 2016
Location: Deventer - Netherlands
Posts: 599
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
jarre is offline  
Old 19 October 2018, 14:17   #2
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Sure:

lab start
Menu ; run menu
loader ; load and run selected file
skip start BACK ; back to start
StingRay is offline  
Old 20 October 2018, 19:33   #3
jarre
Registered User
 
jarre's Avatar
 
Join Date: Sep 2016
Location: Deventer - Netherlands
Posts: 599
Thanks, will try it later....
jarre is offline  
Old 21 October 2018, 23:21   #4
jarre
Registered User
 
jarre's Avatar
 
Join Date: Sep 2016
Location: Deventer - Netherlands
Posts: 599
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..?
jarre is offline  
Old 21 October 2018, 23:27   #5
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
That depends on the used cruncher or rather the decruncher code. There is no general answer to this question.
StingRay is offline  
Old 21 October 2018, 23:36   #6
jarre
Registered User
 
jarre's Avatar
 
Join Date: Sep 2016
Location: Deventer - Netherlands
Posts: 599
Quote:
Originally Posted by StingRay View Post
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..?
jarre is offline  
Old 22 October 2018, 09:57   #7
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
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?
StingRay is offline  
Old 22 October 2018, 10:34   #8
jarre
Registered User
 
jarre's Avatar
 
Join Date: Sep 2016
Location: Deventer - Netherlands
Posts: 599
Quote:
Originally Posted by StingRay View Post
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..
jarre is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
3.9 Startup Sequence dannyp1 Amiga scene 2 04 January 2016 20:56
ed s:startup-sequence Astrofra Member Introductions 2 24 February 2013 22:09
startup-sequence mai support.Other 10 01 June 2010 21:39
Startup-Sequence blade002 support.Apps 8 04 April 2008 19:06
Need help with startup-sequence lopos2000 support.Apps 5 01 August 2005 11:54

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:16.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09468 seconds with 15 queries