Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoftware/asm-sandbox
Assembly experiments
https://github.com/wavesoftware/asm-sandbox
Last synced: about 12 hours ago
JSON representation
Assembly experiments
- Host: GitHub
- URL: https://github.com/wavesoftware/asm-sandbox
- Owner: wavesoftware
- License: apache-2.0
- Created: 2022-01-29T17:58:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T13:31:59.000Z (over 1 year ago)
- Last Synced: 2024-10-19T03:19:16.938Z (about 1 month ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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