Skip to content

A basic version of the 'cat' command, written in RISC-V assembly (linux)

Notifications You must be signed in to change notification settings

nicolasbauw/asm-riscv-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cat command written in RISC-V assembly (linux)

This is a very basic cat command written from scratch in 64 bits RISC-V 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

A basic version of the 'cat' command, written in RISC-V assembly (linux)

Topics

Resources

Stars

Watchers

Forks