Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/471d38unnux/hello-world-in-assembly-and-c


https://github.com/471d38unnux/hello-world-in-assembly-and-c

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hello World in Assembly and C
-------------------------------

Run Hello World program in C and various assembler platform

## List Assembler Platform
--------------------------

- arm64 Android Clang Termux
- arm64 Android GNU Assembler Termux
- x64 Android Clang Termux
- x64 Android GNU Assembler Termux
- x64 Android NASM Termux
- arm64 Linux Clang
- arm64 Linux GNU Assembler
- x64 Linux Clang
- x64 Linux FASM
- x64 Linux GNU Assembler
- x64 Linux NASM
- arm64 Windows Clang
- arm64 Windows MARMASM Visual Studio
- x64 Windows Clang
- x64 Windows FASM
- x64 Windows GNU Assembler
- x64 Windows MASM Visual Studio
- x64 Windows NASM

Nb: for x64 Windows Clang and arm64 Windows Clang, you need MinGW-w64's Clang instead of LLVM's Clang if you want targeting for Wine