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

https://github.com/nicolasbauw/asm-arm-cat

cat command written in ARM assembly (linux)
https://github.com/nicolasbauw/asm-arm-cat

arm assembly linux syscalls

Last synced: 2 months ago
JSON representation

cat command written in ARM assembly (linux)

Awesome Lists containing this project

README

          

# cat command written in ARM assembly (linux)

This is a very basic ```cat``` command written from scratch in 32 bits ARM assembly.
It just opens a file and displays it.

The source shows how to:
- use command line arguments
- make system calls

Makefile will build with debug symbols, so you can have some fun with gdb :-)