A POSIX-compliant implementation of cat written in NASM assembler for practice
Go to file
2022-10-04 11:19:07 -07:00
.gitignore Initial commit 2022-10-04 04:11:36 -07:00
cat.nasm Change .s to .nasm 2022-10-04 11:19:07 -07:00
LICENSE Initial commit 2022-10-04 04:11:36 -07:00
Makefile Remove comment and -g 2022-10-04 04:25:37 -07:00
README.md Initial commit 2022-10-04 04:11:36 -07:00

cat

Posix compliant cat written in NASM Assembler for practice.