Skip to content

joemsak/hello_world_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, World

Learning ARM Assembly, why not 🤷🏼‍♂️

Install

git clone git@github.com:joemsak/hello_world_asm.git
cd hello_world_asm
as src/hello.s -o build/hello.o
ld build/hello.o -o bin/hello -l System -syslibroot `xcrun -sdk macosx --show-sdk-path` -e _start -arch arm64

Run

./bin/hello

Clean

bin/clean

About

Hello World in ARM Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors