ali-mosavian / moire

An animated moire effect coded in x86 assembly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's this?

Just an evening project to code up an animated moire pattern in x86 assembly for real mode DOS. The assembled binary is just 330 bytes.

How to run

For convenience moire.asm is written in MASM syntax but is easy to port to NASM/FASM.

To compile (using MASM 6.11 or higher)

ml moire.asm

The most convenient way to run is likely through DOSBox. To launch in the DOS command prompt, type

moire.com

You should see the following output

B&W

About

An animated moire effect coded in x86 assembly.


Languages

Language:Assembly 100.0%