Skip to content

Hello world in ARM assembly for Apple Silicon.

License

Notifications You must be signed in to change notification settings

akoken/arm-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ARM64 Hello World for Apple Silicon

Explore ARM64 assembly with this compact and fun Hello World app tailored for Apple Silicon

How to run locally

Assemble your assembly to object files:

as hello.s -o hello.o

Create an executable by using the linker:

ld hello.o -o hello -l System -syslibroot `xcrun -sdk macosx --show-sdk-path` -e _main -arch arm64

About

Hello world in ARM assembly for Apple Silicon.

Topics

Resources

License

Stars

Watchers

Forks