Skip to content

rpasta42/x86-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life written in x86 assembly.

The project uses Linux system calls directly, without standard C library.

Setup on Ubuntu

sudo apt install nasm

sudo apt-get install gcc-multilib

You might also need to run this:

sudo apt install libc6:i386

Compiling and running

First, choose which example you want to run (or make your own)

cp examples/life.txt.explosion life.txt

and then simply run make:

make

About

Game of Life written in x86 Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published