HellMood information 4196 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: Sojourn of the Soul by Flex
- cdc #7: Hexer by LJ
- 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
- 4k Windows Destination Unknown by Loonies [web]
- awesome, especially the soundscape!
video is "not available"
but this one is - rulezadded on the 2017-10-22 18:01:06
- demo Amiga AGA Amiga OCS/ECS Beam Riders by Ghostown & Haujobb
- wow :O
- rulezadded on the 2017-10-22 16:34:50
- invitation Atari XL/XE "Happy Days" -Sillyventure 2017 Invitation by Desire [web]
- cool =)
- rulezadded on the 2017-10-22 10:41:14
- 64k game MS-Dos Gridfighter 3D by Desire [web] & Porta2Note
- @TomoAlien
same here, that's what basically got me interested. before any "selfvote" comments rush in, I just helped out with switching the VR device to the right mode, resulting in a 13bytes com file, and had nothing to do with the game development itself ;)
now, can we make Oculus Dos Demos a thing? :) - isokadded on the 2017-10-19 07:50:53
account created on the 2013-10-21 16:56:56
