80byte fractal by LGDT/ccore | ||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 57% |
|||||||
alltime top: #11079 |
|
|||||||
added on the 2005-01-22 19:11:32 by lgdt |
popularity helper
comments
B013CD106800A0076689F86699BB4001F7F305641781C2520A6689D56689C6B94F00660FAFC066C1E80CF6C4C0751C6689D36689C2660FAFDB66C1EB0C6629D86601DA6629F26629E8E2D788C8AAEBB8
rulez added on the 2005-01-22 19:12:00 by lgdt
doesn't work in win2k but in dosbox.
selfvoting sux...
selfvoting sux...
Link? I am kinda bored to make the code from that (even if it's a matter of few minutes) and I'd love to have a working zip with the com file or source..
actually everything you can see is on the screenshot :)
I somehow miss the 9C in that code.
And I guess releases should contain at least one file :)
Anyway it's a fractal and it's 80 bytes, so....
And I guess releases should contain at least one file :)
Anyway it's a fractal and it's 80 bytes, so....
You probably can make Serpinsky with somewhere between 10-32 bytes. ;)
I once made 256b animated Julia, but it probably wasn't big achievement compared to this.
I once made 256b animated Julia, but it probably wasn't big achievement compared to this.
org 100h
mov al,13h
int 10h
push word 0A000h
pop es
l01
mov eax,edi
cdq
mov bx,320
div bx
add ax,5988
add dx,2642
mov ebp,edx
mov esi,eax
mov cx,79
frac
imul eax,eax
shr eax,12
test ah,11000000b
jnz short draw
mov ebx,edx
mov edx,eax
imul ebx,ebx
shr ebx,12
sub eax,ebx
add edx,ebx
sub edx,esi
sub eax,ebp
loop frac
draw
mov al,cl
stosb
jmp short l01
; can you see any optimization possibilities?
mov al,13h
int 10h
push word 0A000h
pop es
l01
mov eax,edi
cdq
mov bx,320
div bx
add ax,5988
add dx,2642
mov ebp,edx
mov esi,eax
mov cx,79
frac
imul eax,eax
shr eax,12
test ah,11000000b
jnz short draw
mov ebx,edx
mov edx,eax
imul ebx,ebx
shr ebx,12
sub eax,ebx
add edx,ebx
sub edx,esi
sub eax,ebp
loop frac
draw
mov al,cl
stosb
jmp short l01
; can you see any optimization possibilities?
Looks pretty nice for 80 bytes, and it's not the standard "let's morph the Julia set!" either
nice for the size. what's that fractal called?
and you can send it in SMS too :)
cruzer: i don't think it has a name. it is my own fractal. you can call it whatever you want.
[img]http://img.tar.hu/lgdt/img/10683651.png
[/img]
selfvoting rules
cool.. it looks like an evil psychedelic fishoid
file fractal.com;
org 100h;
al=13h; int 10h;
<-0A000h; ->es;
{
eax=edi; edxeax+-=eax; bx=320; dxax=dxax/bx;
ax+=5988; dx+=2642;
ebp=edx; esi=eax;
cx=79;{
eax*=eax; eax>>12;
ah&11000000b; jnz break;
ebx=edx; edx=eax;
ebx*=ebx; ebx>>12;
eax-=ebx; edx+=ebx;
edx-=esi; eax-=ebp;
} loop;
al=cl; stosb;
} jmp;
org 100h;
al=13h; int 10h;
<-0A000h; ->es;
{
eax=edi; edxeax+-=eax; bx=320; dxax=dxax/bx;
ax+=5988; dx+=2642;
ebp=edx; esi=eax;
cx=79;{
eax*=eax; eax>>12;
ah&11000000b; jnz break;
ebx=edx; edx=eax;
ebx*=ebx; ebx>>12;
eax-=ebx; edx+=ebx;
edx-=esi; eax-=ebp;
} loop;
al=cl; stosb;
} jmp;
lgdt: then give your unnamed fractal the name of a girl you like, like Mandelbrot did with his Julia ;)
Vera
mizc wrote: "You probably can make Serpinsky with somewhere between 10-32 bytes. ;)"
RIGHT! :-D
mov al,13h
int 10h
push word 0A000h
pop es
main
mov ax,di
xor dx,dx
mov bx,320
div bx
and ax,dx
setz al
stosb
jmp short main
------
25 bytes :)
http://www..laromantica.net/sier.com
RIGHT! :-D
mov al,13h
int 10h
push word 0A000h
pop es
main
mov ax,di
xor dx,dx
mov bx,320
div bx
and ax,dx
setz al
stosb
jmp short main
------
25 bytes :)
http://www..laromantica.net/sier.com
mizc wrote: "You probably can make Serpinsky with somewhere between 10-32 bytes. ;)"
RIGHT! :-D
mov al,13h
int 10h
push word 0A000h
pop es
main
mov ax,di
xor dx,dx
mov bx,320
div bx
and ax,dx
setz al
stosb
jmp short main
------
25 bytes :)
http://www.laromantica.net/sier.com
RIGHT! :-D
mov al,13h
int 10h
push word 0A000h
pop es
main
mov ax,di
xor dx,dx
mov bx,320
div bx
and ax,dx
setz al
stosb
jmp short main
------
25 bytes :)
http://www.laromantica.net/sier.com
nice even if i wouldn't care if more bytes for esc support.
broken link to dead site. any chance to download intro or to recover one?
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !