One-dimensional cellular automaton written in x86 assembler for DOSBox, using the rule 90 algorithm. The algorithm was published 1983 by Stephen Wolfram.
##Compiling and running this gist
- Get DOSBox
- Get FreeDOS DEBUG
- Compile:
debug < RULE90.ASM
- Run:
RULE90.COM
- Customize it! For example, you can choose another rule in line 35