exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

Add support for Apple ARM #101

Closed bergjohan closed 2 years ago

bergjohan commented 3 years ago

https://github.com/exercism/exercism/issues/5476

bergjohan commented 3 years ago

@TiiFuchs Could you check if it's possible for you to build the hello-world exercise in the apple-arm branch?

TiiFuchs commented 3 years ago

image

image

Looks good to me! :)

bergjohan commented 3 years ago

Nice, thanks for the help! I'll add it to the rest of the Makefiles later, and merge this!

ErikSchierboom commented 2 years ago

Closing as duplicate of #162