mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Add Conway's Game of Life
This commit is contained in:
parent
db33973e0a
commit
dba7552c1e
22 changed files with 664 additions and 186 deletions
|
@ -50,7 +50,6 @@
|
|||
.section .initprologue,"ax",@progbits
|
||||
.type _init,@function
|
||||
.globl _init
|
||||
.comm g_runstate,4
|
||||
_init: push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue