Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/471d38unnux/hello-world-in-assembly-and-c
- Owner: 471D38UNNUX
- Created: 2024-05-22T14:51:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:57:38.000Z (8 months ago)
- Last Synced: 2024-05-22T16:11:56.461Z (8 months ago)
- Language: Assembly
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 NASMNb: 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