CGA Plasma | ||||||||
---|---|---|---|---|---|---|---|---|
![]() |
|
|||||||
|
popularity : 41% |
|||||||
alltime top: #93687 |
|
|||||||
added on the 2025-04-26 00:33:52 by orac81 ![]() |
popularity helper
comments
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !
Plasma graphics effect for 8086/CGA/No FPU. ASM source inc.
Written in NASM (Netwaork Asm), showing some basic asm methods.
This program is written 8088/86 code, CGA hires, no FPU needed.
Is there another plasma demo like this? I dont know.
Set FLYBACK var to build version with VDU flyback check - needed
on modern PCs, since its would be too fast.
The version with no check (CGAPLASX.COM) is faster on a real 8088/86.
It maps the output in CGA pixel pairs, so "dithering" gives the impression of more colours.
Its nearly a 256 Byte demo, with a bit more work it probably would be.
assemble with: NAS2COM name
or NASM -f bin name.asm -o name.com