Skip to content

Grimm75/retro-x86-fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

retro-x86-fire

Screenshot

My old code from 1998.
Displays animated fire on VGA 320x200 256-Color Mode.
Target was smallest binary size, so I can build custom (and still fully functional) MBR with builtin fireplace simulator.
Resulting in 144 bytes executable.
Needs 80386 CPU or later.

Tools needed:

Debian/Ubuntu tools installation:

  • apt install nasm dosbox make

Build:

  • nasm -f bin -o fire.com fire.asm or just run make

Run:

  • dosbox fire.com

Exit by pressing Escape.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published