Skip to content

My attempt to impement Conway's Game of Life in MacOS nasm, no practical reason, just for fun and education

License

Notifications You must be signed in to change notification settings

somelun/game-of-life-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacOS x64 NASM implementation of Conway's Game of Life

This is just for fun implementation with looped borders. I have plans for future optimizations and refactoring, also add "read initial pattern from file" and bool flag for "use looped borders". Maybe I would be able to implement simple ASCII draw insead of just . and *

Some useful links:
NASM Tutorial
x86_64 NASM Assembly Quick Reference
Making system calls from Assembly in Mac OS X

List of Mac OS syscalls available at the path:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/syscall.h

Also I used PyvesB' project as a good example.

About

My attempt to impement Conway's Game of Life in MacOS nasm, no practical reason, just for fun and education

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published