pouët.net

Go to bottom

Fun Compo: Smallest Program that..

category: general [glöplog]
hehehe, you might be right. the older versions of WinUAE are much more stable (and sound emulation is less fuxx0red).
added on the 2007-11-20 01:59:53 by StingRay StingRay
Not exactly on topic but you reminded me, in the dos days, if the reset button was too far away and ctrl-alt-del was too lame..

debug
a
jmp ffff:0

g

added on the 2007-11-20 10:25:45 by scoopr scoopr
What about:

main() { *0++; }
added on the 2007-11-22 16:27:07 by Bombe Bombe
or on the c64:
0x22
added on the 2007-11-22 16:53:56 by kb_ kb_
basic:
0 gosub0
added on the 2007-11-24 20:08:31 by tejeez tejeez
I'm surprised nobody tried this one

It compile and run under any POSIX compliant system (almost everything except windows)

int main(){
for(;;)fork();
}

some operating system are protected against that soo

int main(){
for(;;){
malloc(2000);
fork();
}
}

you can also remove the for it to work on windows
or there is this version
http://www.codeproject.com/Purgatory/winexec_control.asp?df=100&forumid=4182&exp=0&select=221156
i did not try it
but the two first crash my linux box
added on the 2007-11-24 20:35:07 by Fenax Fenax
... these are true "classics", Fenax. :)
added on the 2007-11-24 20:42:44 by TomS4wy3R TomS4wy3R

login

Go to top