These repo contains chapter/exercises in ARM Assembly as explained from Think in geek. Thanks to rofirrim for his blog posts and excelent explanations.
After running make
to run a given program:
./program ; echo $?
For assembling any given program, just navigate into that Chapter and make all
, that will create a executable for all the programs in the Chapter.
Or you can use the global Makefile to compile all the programs in all Chapters, using make all
GNU GPLv2