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

https://github.com/vaclovas2020/hello_asm_elf64

Simple elf64 assembly. Print two lines: "Hello world!\n " and "Enter numer or word (8 symbols max):\n". Than read user input and print to screen. Finally exit. I use linux x64 syscalls. For learning assembly purposes only.
https://github.com/vaclovas2020/hello_asm_elf64

Last synced: 3 months ago
JSON representation

Simple elf64 assembly. Print two lines: "Hello world!\n " and "Enter numer or word (8 symbols max):\n". Than read user input and print to screen. Finally exit. I use linux x64 syscalls. For learning assembly purposes only.

Awesome Lists containing this project