Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chibby0ne/arm_assembly

Tutorials and simple programs in ARM Assembly
https://github.com/chibby0ne/arm_assembly

Last synced: about 1 month ago
JSON representation

Tutorials and simple programs in ARM Assembly

Awesome Lists containing this project

README

        

# ARM Assembly exercises

These repo contains chapter/exercises in ARM Assembly as explained from [Think in geek](http://thinkingeek.com).
Thanks to [rofirrim](https://github.com/rofirrim) for his blog posts and excelent explanations.

## Usage of programs
After running `make` to run a given program:

``` bash
./program ; echo $?
```

## Assembling and Linking
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`

## License
GNU GPLv2