If you thought PB made small executables...

For everything that's not in any way related to PureBasic. General chat etc...
Kris_a
User
User
Posts: 92
Joined: Sun Feb 15, 2004 8:04 pm
Location: Manchester, UK

If you thought PB made small executables...

Post by Kris_a »

Have a look at some of these :D

http://www.256b.com

Tube (the most popular one) is definitely my favourite. These guys are pretty talented...!
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

A friend showed me a 56 byte program that operated an alarm clock - stands as the smallest working code I've ever seen that did something useful!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

yes, definitly good work .
But that has nothing to do with Purebasic generated code.The Tube.asm is handwritten asm, mean everything is optimized.
And of course its a .COM File (DOS) and no native windowsfile. Under Windows you have a minimum Pagesize for every executable (512 byte under win89 and 1024 for NT ) and a few bytes unneeded STUB.
So making cool demos under 10kbyte is good for a windows-exe
(better than the meg-bloated thinks from Db or BB ;) .
SPAMINATOR NR.1
Post Reply