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

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

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
```