19 lines
530 B
Markdown
19 lines
530 B
Markdown
<img src="https://git.pupes.org/repo-avatars/e4ede9d30f070c9e191eace5a88dcaa40434b9cadf60204122fab5a83aec9a9f" alt="logo of ParaDocs" width="196"></img>
|
|
[](https://git.pupes.org/PoliEcho/asm-game-of-life/actions?workflow=build_test.yaml)
|
|
# AMD64 Assembly Game of life
|
|
|
|
|
|
## Dependencies
|
|
> AMD64 Linux Kernel
|
|
### Build only
|
|
> nasm
|
|
> ld
|
|
> make
|
|
|
|
## Download
|
|
#### TODO: add releases link
|
|
|
|
## Build
|
|
```shell
|
|
make
|
|
``` |