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.
- Host: GitHub
- URL: https://github.com/antomfdez/aread
- Owner: antomfdez
- Created: 2024-06-19T16:24:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:37:21.000Z (about 2 years ago)
- Last Synced: 2025-01-10T22:35:42.873Z (over 1 year ago)
- Language: Assembly
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```