Conways game of life written in assembly. Installation download dosbox clone the repository to a local directory How to run Copy the path of your ConwaysGameOfLifeAssembly clone inside dosbox write the following comands: mount C (Paste the path you copied) for example mount C ~/ConwaysGameOfLifeAssembly C: (Change drive from Z: to C:) Cycles = max (Tell the emulator to run at full speed) comp (This script compiles and links the code) base (Run the code)