Skip to content

nicolasbauw/asm-arm-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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 :-)

About

cat command written in ARM assembly (linux)

Topics

Resources

Stars

Watchers

Forks