asm-game-of-life/README.md
PoliEcho 83d3f3ac5a
All checks were successful
build_test / build (push) Successful in 1m55s
Update README.md
2025-07-12 20:02:03 +00:00

17 lines
376 B
Markdown

# AMD64 Assembly Game of life
[![build test](https://git.pupes.org/PoliEcho/asm-game-of-life/actions/workflows/build_test.yaml/badge.svg)](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
```