| |
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.... |
| |
enthusi
Registered: May 2004 Posts: 677 |
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
|
| |
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. =-) |
| |
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
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
the more smaller the more meaningless :P |
| |
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. =-) |
| |
yago
Registered: May 2002 Posts: 333 |
48 bytes (not size-optimized yet)
|
| |
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... |
| |
Spinball
Registered: Sep 2002 Posts: 88 |
Quote:
48 bytes (not size-optimized yet)
is that pic. what the educated call a "screen dump" ????? |
| |
enthusi
Registered: May 2004 Posts: 677 |
there are rumours it's called like that.
I say DEVILS WORK!
BURN |
| |
Mace
Registered: May 2002 Posts: 1799 |
The Matrix just went 8bit! |
Previous - 1 | 2 - Next |