HellMood information 4246 glöps
- general:
- level: user
- personal:
- portals:
- demozoo: profile
- cdcs:
- cdc #1: Crystal Dream 2 by Triton
- cdc #2: Hydrokinetics by Prismbeings
- cdc #3: Overdrive 2 by Titan [web]
- cdc #4: Way Too Rude by Logicoma [web] & Loonies [web]
- cdc #5: There by Still [web]
- cdc #6: Hexer by LJ
- cdc #7: Second Nature by Desire [web] & The Twitch Elite
- 256b demopack MS-Dos 256b seminar by Abaddon [web]
- seminar thumbs :)
- rulezadded on the 2017-11-26 14:31:46
- 32b MS-Dos sierp55
- yeah, and here is my sierpinski effect with sound in even 16 bytes
Code:X: adc al,0x13 int 0x10 add al,ch out 0x42,al out 0x61,al and cl,ch mov ah,0x0C loop X
so what? still not cool just to copy paste effects from mess_age and firewave without giving credits or asking - isokadded on the 2017-11-19 19:42:25
- 32b MS-Dos sierp55
- combining code pieces of my old productions into a new one is not exactly creative...
mess_age - sucksadded on the 2017-11-19 18:08:58
- 128b bbstro MS-Dos planet zzywxhaycom BBS by The Silents [web]
- .
- sucksadded on the 2017-11-17 12:58:25
- 32b MS-Dos fuzzy xor
- neat =)
i like how the single "mul dh" turns this from a common full screen effect to something interesting.
you seem to change DI, but never use it, so you can leave out that instruction. since this is the only "per frame" operation, you can leave out the frame check, too. and since you are adding the timer value to the screen position, you can also leave out the increment on the screen position.
unfortunately, the whole effect won't work on a real machine, since you can not change the CPU speed arbitrarily to something very slow until it looks good. also, FS is not 0 like in DOSBOX. at least the FS problem can be fixed without adding bytes : grab a 0 from the top stack into DS, and leave out the segment override.
results in 28 bytes :
Code:mov al,0x13 pop ds nextpixel: cwd int 0x10 mov bx,320 mov ax,cx div bx xor al,dl shr al,2 mul dh add cx,[046Ch] mov ah,0xC jmp short nextpixel - rulezadded on the 2017-11-16 14:03:56
- 4k MS-Dos Orbital Base
- nice, but it should be 1k, fluent and have sound to get a "rulez" ;)
- isokadded on the 2017-11-06 08:28:45
- demo Amiga OCS/ECS Zener Drive by Altair
- !
- rulezadded on the 2017-10-23 18:23:13
- 64k Amiga AGA The Prophecy Returns 2.0 by Nah-Kolor [web]
- cool!
- rulezadded on the 2017-10-22 22:12:38
- demo Amiga AGA Future Balls by Resistance [web]
- very nice =)
- rulezadded on the 2017-10-22 19:29:48
- 4k invitation Amiga OCS/ECS Checkerboard Challenge by Loonies [web]
- i have 5 layers rotozooming in 128 bytes which could easily be more, but ... wrong platform ^^
- rulezadded on the 2017-10-22 18:24:16
account created on the 2013-10-21 16:56:56
