From news.vub.ac.be!chaos.kulnet.kuleuven.ac.be!idefix.CS.kuleuven.ac.be!Belgium.EU.net!EU.net!sun4nl!news.iaf.nl!idn!100-600-18!jeffrey.exterkate Mon Nov 27 09:31:48 1995
Path: news.vub.ac.be!chaos.kulnet.kuleuven.ac.be!idefix.CS.kuleuven.ac.be!Belgium.EU.net!EU.net!sun4nl!news.iaf.nl!idn!100-600-18!jeffrey.exterkate
From: Jeffrey.Exterkate@100-600-18.idn.nl (Jeffrey Exterkate)
Date: 08 Nov 95 18:17:44 
Newsgroups: comp.sys.ibm.pc.demos
Subject: Wired 1995 Results
Message-ID: <95b_9511100354@idn.nl>
X-FTN-To: Kris Buytaert
Organization: IDN Internet Gateway
Lines: 101

Hi Kris!

Monday November 06 1995 19:05, Kris Buytaert  wrote to All:

 KB> Surprise Coding Competitions

 KB>  1. Walken/Impact Studios           48 bytes
 KB>     Paranoia                        48 bytes
 KB>  2. K.L.F.                          51 bytes

Actually, me & JAL & TcM should have won!
we already had the 48 bytes version waaay earlier than walken did!
We finally got 47 bytes but we couldn't deliver it, because when the demo
compo ended, the deadline of the suprise compo was over...

So, it should have been :

1. Mr.Logic&JAL&TcM   47 bytes   (weird magic / nostalgia / the kip brigade)
2. Walken             48 bytes   (impact studios)
   paranoia           48 bytes
3. KLF                51 bytes

here is our source :


                IDEAL
                P286N

segment code para 'code'
org 100h

assume cs:code

Start:
int 16h       ; get key from keypad (0-9)
aaa
xchg cx,ax

mov al,13h     ; goto 320x200x256
int 10h

push 09fd8h
pop es

mov al,064h
mov dx,320-3
dec di

@@loopje:
 ; put number of boxes (anywhere) on screen according to keypad number
 ; (but they may not collide with eachother)

stosb               ; boxes should look like this :
stosb               ; xxx
stosb               ; x x
add di,dx           ; xxx

stosw
stosb
add di,dx

stosb
stosb
stosw

dec cl
jns @@loopje

@@eind:           ; wait for any key
int 16h


     mov     al,3
     cbw
     int     10h
     mov     ax,1112h         ; leave in textmode 80x50
     int     10h
     ret


ends code
        END Start



 KB> Hope you had a great time!.. Now i'll go for a rest after 4 sleepless
days
 KB> =)

I had a GREAT time too!!
I'll see you at IRC and on TP5 !

Next year, please organise something like this surprise compo again!
only then with some prices :))


Greetz,

                       - Mr.Logic [Weird Magic] -
--
| Standard disclaimer: The views of this user are strictly his own.

