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 > Smallest size demo or effect
2006-11-28 15:10
algorithm

Registered: May 2002
Posts: 705
Smallest size demo or effect

I have seen a few very small filesize demo's on c64. The 256byte kefren bar was cool. What I am looking for is something even smaller. eg 60 bytes or less. any examples

Try the following btw

sei
.lp1 lda $d012
adc #$08
sta $d011
jmp lp1

Mixed split screen display and top/bottom border removal in 12 bytes
 
... 2 posts hidden. Click here to view all posts....
 
2006-11-28 15:33
enthusi

Registered: May 2004
Posts: 675
dec $d020
bvc *-3

beautyful rasterbars in 5 bytes!

Edit: Not a demo but fun to load before each demo possibly (and only 2 Bytes):

sed
rts
2006-11-28 16:16
T.M.R
Account closed

Registered: Dec 2001
Posts: 749
i did the five byte thing (and it worked from a BASIC RUN command too!) and Whiteflame got it down to four bytes... i've been meaning to try beating that, just never found the time. =-)
2006-11-28 17:07
JackAsser

Registered: Jun 2002
Posts: 2014
Some crazy stuff by RaveGuru used in the demo called Floppy aka Fitta fat handgranat:

loop
   SEI
   LDA $d012
   STA $d020
   STA $d021
   STA $d418
   JSR $ffd2
   JMP loop

2006-11-28 17:16
Oswald

Registered: Apr 2002
Posts: 5076
the more smaller the more meaningless :P
2006-11-28 17:25
T.M.R
Account closed

Registered: Dec 2001
Posts: 749
Quote: the more smaller the more meaningless :P

Yeah, but if we get down to the definitive smallest demo the lot of us can forget that "record" and get on with other stuff. =-)
2006-11-29 10:34
yago

Registered: May 2002
Posts: 332

48 bytes (not size-optimized yet)
2006-11-29 10:52
Mace

Registered: May 2002
Posts: 1799
A friend of mine and I had a competition 'back in the days' to write the short logo-swing routine.

Only much, much later I found out that it's not bytesize but rastertime which is important :)

BTW, he won...
2006-11-29 11:23
Spinball

Registered: Sep 2002
Posts: 87
Quote:
48 bytes (not size-optimized yet)


is that pic. what the educated call a "screen dump" ?????
2006-11-29 11:32
enthusi

Registered: May 2004
Posts: 675
there are rumours it's called like that.
I say DEVILS WORK!
BURN
2006-11-29 14:10
Mace

Registered: May 2002
Posts: 1799
The Matrix just went 8bit!
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
Twoflower/ΤRIΛD
Jammer
chesser/Nigaz
Ray Manta/DataDoor
New Design/Excess
hedning/G★P
E$G/HF ⭐ 7
Soya/Fairlight
Guests online: 155
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 Uncensored  (9.6)
7 Wonderland XIV  (9.6)
8 Comaland 100%  (9.6)
9 No Bounds  (9.6)
10 Unboxed  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Rainbow Connection  (9.5)
6 It's More Fun to Com..  (9.5)
7 Morph  (9.5)
8 Dawnfall V1.1  (9.5)
9 Onscreen 5k  (9.5)
10 Daah, Those Acid Pil..  (9.5)
Top Groups
1 Booze Design  (9.3)
2 Oxyron  (9.3)
3 Nostalgia  (9.3)
4 Censor Design  (9.3)
5 Performers  (9.3)
Top Swappers
1 Derbyshire Ram  (10)
2 Jerry  (9.8)
3 Violator  (9.8)
4 Acidchild  (9.7)
5 Cash  (9.6)

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