Add license and readme

This commit is contained in:
2026-09-13 16:15:27 -04:00
parent e18363b38a
commit cfb3077dfa
2 changed files with 35 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# RISC-V Cat
An implementation of the GNU `cat` command in pure RISC-V assembly.
No AI was used in the making of this program.
## Building (Linux):
Install the assembler and linker: `sudo apt install gcc-riscv64-linux-gnu`
Run the `make` command in the root of the repository.
## Usage
`cat [OPTION]... [FILE]...`
Options:
`-h, --help` - Show a help page.