Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanbindez/helloasm
hello assembly
https://github.com/juanbindez/helloasm
Last synced: 3 days ago
JSON representation
hello assembly
- Host: GitHub
- URL: https://github.com/juanbindez/helloasm
- Owner: JuanBindez
- License: mit
- Created: 2024-06-05T14:42:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T01:57:41.000Z (5 months ago)
- Last Synced: 2024-06-07T02:57:28.698Z (5 months ago)
- Language: Assembly
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helloasm
### Install nasm
sudo apt install nasm### compile
make### run
./hello