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