Add Conway's Game of Life

This commit is contained in:
Justine Tunney 2020-11-18 08:26:03 -08:00
parent db33973e0a
commit dba7552c1e
22 changed files with 664 additions and 186 deletions

View file

@ -30,7 +30,6 @@
/ @asyncsignalsafe
_Exit: push %rbp
mov %rsp,%rbp
orl $RUNSTATE_TERMINATE,g_runstate(%rip)
#if SupportsWindows()
testb IsWindows()
jz 1f
@ -49,4 +48,3 @@ _Exit: push %rbp
3: .quad 0
.endfn _Exit,globl,protected
.hidden __NR_exit
.hidden g_runstate