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

https://github.com/antomfdez/aread

aread - Minimal assembly_x86_64-linux program to print an entire file to the terminal.
https://github.com/antomfdez/aread

Last synced: about 1 month ago
JSON representation

aread - Minimal assembly_x86_64-linux program to print an entire file to the terminal.

Awesome Lists containing this project

README

          

## aread
Minimal assembly_x86_64-linux program to print an entire file to the terminal.

### Dependencies: ```nasm, make```

### Install
```bash
sudo make build install clean
```

### Usage:
```bash
aread filename
```