Posted by wossname on 00:45:00 03-01-2002
Yes, this category is also open.
If you create a neat effect that isn't 256b nor 32b, post it here...
Posted by robost86 on 11:12:00 03-03-2002
I once made a cool 0x40 demo, but somehow I've lost it :-/
When I get time, I'll write another
wossname is _not_ going to win this
Posted by inhahe on 01:55:00 09-21-2003
org 100h
push word 0xA000
pop es
mov al, 13h
int 10h
here:
mov al, bl
xor al, dl
add al, cl
stosb
inc bx
cmp bx, 320
jne here
inc dl
xor bx, bx
cmp dl, 200
jne here
xor dl, dl
xor di, di
inc cl
mov ah, 1
int 16h
jz here
mov ax, 3
int 10h
mov ax, 4c00h
int 21h
[ This Message was edited by: inhahe on 2003-09-21 12:56 ]