Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 793 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 793 Bytes

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