Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Pack chunks and depack anywhere EXOMIZER
2018-02-18 21:16
Golara
Account closed

Registered: Jan 2018
Posts: 212
Pack chunks and depack anywhere EXOMIZER

I have a question about the exomizer. In my demo part there's a lot of empty bytes between specific parts. For example, my code starts at $0801 and ends at about 2500, my music is at 2700, then i put stuff in the vic bank $4000, inside the bank i skip forward to $5000 to load bitmap etc...

Of course exomizer is quite good at packing this anyway, since it's just zeros, but I'm sure it can be better. I could put all my data back to back, compress that, extract and then copy it where I want it, but I'm sure there's an option to pack the stuff separatelly and just extract it to a specific address. The question is, how do you do it ? I can't find any exomizer tutorials or documentation except on how to do a basic sfx program.

This is what I'm looking for more or less

*=0801
; the addres of packed stuff
; and destination on some ZP addr
lda #<packed_for_0x1000
sta $10
lda #>packed_for_0x1000
sta $11
lda #$00
sta $12
lda #$10
sta $13
jsr depacker
; depack next stuff
lda #<packed_for_0x4000
sta $10
lda #>packed_for_0x4000
sta $11
lda #$00
sta $12
lda #$40
sta $13
jsr depacker
; depack next stuff
lda #<packed_for_0x6000
sta $10
lda #>packed_for_0x6000
sta $11
lda #$00
sta $12
lda #$60
sta $13
jsr depacker
depacker:
!binary depacker.bin
;-------
packed_for_0x1000:
!binary some_stuff_for_0x1000.bin
packed_for_0x4000:
!binary some_stuff_for_0x4000.bin
packed_for_0x6000:
!binary some_stuff_for_0x6000.bin
....
 
... 8 posts hidden. Click here to view all posts....
 
2018-02-19 10:41
Cruzer

Registered: Dec 2001
Posts: 1048
Quoting Groepaz
no point
Quoting iAN CooG
why even bothering?
To save time by not zerofilling areas that don't need to be zerofilled?
2018-02-19 14:19
cadaver

Registered: Feb 2002
Posts: 1153
Yeah, if it's OK that a specific compressed chunk is always depacked to the same address, then disregard my advice on the modification and stripping, and follow just the advice on the mem command (as given by others). I just took literally the requirement to specify the destination address in code at runtime.
2018-02-20 23:21
Compyx

Registered: Jan 2005
Posts: 631
Quoting Cruzer
Quoting Groepaz
no point
Quoting iAN CooG
why even bothering?
To save time by not zerofilling areas that don't need to be zerofilled?


Decrunching slabs of memory and moving them around will take more time and memory than just zero-filling gaps.
2018-02-21 07:54
Zirias

Registered: Jan 2014
Posts: 48
Quoting Compyx
moving them around

Uhm, just because you can waste even more time?
2018-02-21 19:38
Golara
Account closed

Registered: Jan 2018
Posts: 212
I don't want to move the memory around, that's why I didn't want to put all data back to back, pack it, depack and then move it, but pack chunks and depack them to the desired destination. Calling the packer (5-6 instructions) is prolly faster than filling a page with zeros (sometimes even more)
2018-02-22 07:48
Zirias

Registered: Jan 2014
Posts: 48
Quoting HughJass
Calling the packer (5-6 instructions) is prolly faster than filling a page with zeros (sometimes even more)

Actually, you'd probably have to measure that to be sure. Exomizer "decrunch" will recalculate the decrunching table on every invocation, this takes time as well. But I agree there's a chance, just use something similar to the code I posted above to test it.
2018-02-22 10:58
Krill

Registered: Apr 2002
Posts: 2804
Quoting HughJass
Calling the packer (5-6 instructions) is prolly faster than filling a page with zeros (sometimes even more)
You do realise that the decompressor executes instructions itself as well, and with a very high chance of being less optimal than a purpose-made zero-fill routine at that? :)
2018-02-22 11:06
Zirias

Registered: Jan 2014
Posts: 48
Krill, this was about zero-filling as a side effect of decrunching vs. calling the decruncher multiple times for individual chunks (and **not** zero-filling at all between them).
2018-02-22 11:32
Krill

Registered: Apr 2002
Posts: 2804
Quoting Zirias
Krill, this was about zero-filling as a side effect of decrunching vs. calling the decruncher multiple times for individual chunks (and **not** zero-filling at all between them).
Alright, sorry then. But yes, calling a decruncher multiple times for several chunks adds not only table-building overhead, but also decreases overall pack ratio. The zero-filled areas themselves might not be filled that much slower than with a dedicated zero-fill routine, and in the multiple decrunch scenario, the decruncher would have to fetch more literals than copy sequences, with the former seeming a tad slower than the latter.
2018-02-22 12:08
Zirias

Registered: Jan 2014
Posts: 48
Indeed, that's why I suggested to measure the individual case in order to be sure ;) That is, *if* you want to optimize the total decrunching time.

Another option might be to use a stream decruncher and implement the logic for skipping areas yourself, but that's probably just over the top.
Previous - 1 | 2 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
nucleus/TempesT
Hok/Remember
iAN CooG/HVSC
Guests online: 344
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 No Bounds  (9.6)
6 Comaland 100%  (9.6)
7 Uncensored  (9.6)
8 The Ghost  (9.6)
9 Wonderland XIV  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 Party Elk 2  (9.7)
2 Cubic Dream  (9.6)
3 Copper Booze  (9.5)
4 Rainbow Connection  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Onscreen 5k  (9.5)
7 Dawnfall V1.1  (9.5)
8 Quadrants  (9.5)
9 Daah, Those Acid Pil..  (9.5)
10 Birth of a Flower  (9.5)
Top Groups
1 Booze Design  (9.3)
2 Nostalgia  (9.3)
3 Oxyron  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Webmasters
1 Slaygon  (9.7)
2 Perff  (9.6)
3 Morpheus  (9.5)
4 Sabbi  (9.5)
5 CreaMD  (9.1)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.04 sec.