Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wavesoftware/asm-sandbox

Assembly experiments
https://github.com/wavesoftware/asm-sandbox

Last synced: about 12 hours ago
JSON representation

Assembly experiments

Awesome Lists containing this project

README

        

# Assembly experiments

## Development

### Requirements:

You need to have a nasm compiler installed. On Fedora do:

```shell
dnf install -y nasm
```

Run:

```shell
$ make clean test
```

## References

* https://cs.lmu.edu/~ray/notes/nasmtutorial