pouët.net

15byte shaded pipes by Posercummers [web]
screenshot added by lylh on 2004-03-13 00:21:18
platform :
type :
release date : march 2004
  • 9
  • 5
  • 13
popularity : 61%
 61%
  • -0.15
alltime top: #44791
added on the 2004-03-12 21:52:18 by lylh lylh

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

shaded steel pipes, they also cast a shadow, all in 15 bytes!

ONLY POSERCUMMER MAKES IT POSSIBLE
added on the 2004-03-12 21:53:43 by lylh lylh
Nice one, even if my eyes did hurt a lot trying to follow those pixels :-)
rulez added on the 2004-03-12 22:40:40 by [cryo] [cryo]
of course seeing the "steel", "pipes" and "Shadows" requires a little imagination from 15b ;)
oogod it's friggin ugly, you should've tried to use more bytes to make it look better.
sucks added on the 2004-03-12 23:15:24 by skrebbel skrebbel
Hehe, that was cool playing with my eyes :-)
rulez added on the 2004-03-12 23:23:23 by breez breez
nice, was better than i expected from the description :-)

kbab: I guess that is not the point of sizecoding..
rulez added on the 2004-03-13 00:05:47 by Stelthzje Stelthzje
What's with all the wasted space? Two whole extra bytes! Try this on for size:

mov ax, 0x13
int 0x10
les bp, [bx]
.loop:
inc di
adc al, 16
stosb
jmp .loop
added on the 2004-03-13 08:12:02 by s_tec s_tec
cool ;)
rulez added on the 2004-03-13 08:37:51 by Buckethead Buckethead
Not interesting..
added on the 2004-03-13 12:17:39 by Optimus Optimus
s_tek: oh, for some weird reason i thought ADC could not use immediate values, don't know where i got that from.

ONLY POSERCUMMERS AND S_TEK MAKES IT POSSIBLE
added on the 2004-03-13 16:53:58 by lylh lylh
in four years "Hello World" will be considered a diskmag :S
sucks added on the 2004-03-13 19:08:47 by Weyland Yutani Weyland Yutani
word.

stelthz: it is. watch a 4k. the whole point of sizecoding is stuffing cool stuff in few bytes. this isn't cool stuff, it's crap. no matter the bytecount.
added on the 2004-03-13 19:31:27 by skrebbel skrebbel
teh suxx
sucks added on the 2004-03-13 20:01:29 by NuKem NuKem
watch the finger!
sucks added on the 2004-03-13 20:49:38 by ryg ryg
Lylh: Actually, adc is a byte smaller when used between the accumulator (al) and a constant. See http://www.swansontec.com/sintel.htm.
added on the 2004-03-14 01:45:36 by s_tec s_tec
;; 12 bytes (whee)

start:
mov al, 0x13
int 0x10

les bp, [bx]

.loop:
inc di
adc al, 16
stosb
jmp short .loop
added on the 2004-03-14 22:52:19 by Gargaj Gargaj
Or if you compiled with Fasm, it converts automatically jmps to short were needed, also mov ax,00nn to mov byte ax,nn, etc. At the beginning, I was searching why the hell my intros are smaller while compiling with Fasm :)
added on the 2004-03-15 09:22:22 by Optimus Optimus
i dont see it...... im with ryg
sucks added on the 2004-03-30 01:30:21 by ELiTe185 ELiTe185
let's see you try to make shaded steel pipes casting a shadow, all in 15 bytes, then we'll talk!
selfvoting sucks
rulez added on the 2004-03-30 01:52:06 by lylh lylh
shit
sucks added on the 2004-03-31 23:15:40 by _andre _andre
yes,yes ! look ! raytraced fuzzy reflecting pipes with dynamic lights and morphing surface ! aaaaaahhhhhhhhhh !
sucks added on the 2004-04-01 00:17:44 by apricot apricot
I can't get it under 11 bytes!
mov al, 13h
int 10h
les bp, [bx]
loop:
adc al, 16
stosw
jmp short loop
sucks added on the 2004-06-08 02:37:49 by bkil bkil
We might overlap the postbyte of the LES instruction with the first byte of the loop.
Too bad tha opcode's 2 LSB mismatch.
added on the 2004-06-08 02:50:26 by bkil bkil
Hey! Anybody for a *10 byte* version?
; -=* thE /P.A.P.+O./ (BraiN)KiLLeR *=-
; supercode
les bx,[bx]
mov al,13h
int 10h ; adc al,bh
loop:
clc
stosb
jmp short (loop-1)
added on the 2004-06-08 03:41:28 by bkil bkil
Yeah, it's 15 bytes, but this thing is so small it just leaves a "so what" flavour in my mouth.
It's small, I'll give you that. But what's the point of programming something small if it isn't good? Not my thing, sorry.
sucks added on the 2005-01-26 02:42:38 by SolarCat SolarCat
this is rather a "hey i managed to create some shit with 15 bytes" than a "i crammed this effect into 15 bytes"
sucks added on the 2005-12-06 06:07:44 by deleted deleted
rulez added on the 2005-12-06 06:41:45 by las las
Quote:
;; WORLD DOMINATION 2004
;; tested only with nasm, download it as warez from kazaa
rulez added on the 2006-11-07 22:04:00 by René Madenmann René Madenmann
The joke got old fast.
sucks added on the 2006-11-07 22:37:34 by Preacher Preacher
rulez added on the 2008-09-17 23:59:30 by Pirx Pirx
sucks added on the 2008-09-18 00:18:32 by stijn stijn
Tiny effect
rulez added on the 2009-08-15 12:46:22 by jua jua
.
sucks added on the 2014-12-11 18:35:45 by sensenstahl sensenstahl

lists containing this prod

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 !

[previous edits]

add a comment