https://github.com/duskyelf/hello-asm
Simple hello world program in assembly
https://github.com/duskyelf/hello-asm
Last synced: about 1 year ago
JSON representation
Simple hello world program in assembly
- Host: GitHub
- URL: https://github.com/duskyelf/hello-asm
- Owner: DuskyElf
- License: mit
- Created: 2022-09-11T16:04:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T09:51:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T07:36:09.810Z (about 1 year ago)
- Language: Assembly
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple hello world program in assembly
### Using Linux Syscalls
### Quick Start
```shell
$ git clone git@github.com:DuskyElf/hello-asm.git
$ cd hello-asm
$ ./hello.sh
```