HellMood information 4352 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
- demo Atari VCS Egypt, 2600BC by Genesis Project [web]
- neat =) music gets better in the end scroller ;)
- rulezadded on the 2017-12-10 17:16:45
- demo Atari Lynx TinyCompo by Desire [web]
- cute quickie =)
- rulezadded on the 2017-12-10 17:13:36
- 256b MS-Dos Bruteforce 256b by Agenda
- this one also cool =)
- rulezadded on the 2017-12-10 17:08:36
- 256b MS-Dos Deep Sea Creature by Agenda
- was wondering what you come up with after asking all these questions ;)
good stuff! - rulezadded on the 2017-12-10 17:08:06
- demo ZX Spectrum :3(tri) by g0blinish
- nice =)
- rulezadded on the 2017-12-01 12:18:53
- 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
account created on the 2013-10-21 16:56:56
