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
##License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2015 Lea Rosema
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
##See also