17 lines
376 B
Markdown
17 lines
376 B
Markdown
# AMD64 Assembly Game of life
|
|
[](https://git.pupes.org/PoliEcho/asm-game-of-life/actions?workflow=build_test.yaml)
|
|
|
|
## Dependencies
|
|
> AMD64 Linux Kernel
|
|
### Build only
|
|
> nasm
|
|
> ld
|
|
> make
|
|
|
|
## Download
|
|
#### TODO: add releases link
|
|
|
|
## Build
|
|
```shell
|
|
make
|
|
``` |