This website requires JavaScript.
Explore
Help
Sign In
Zander671
/
asm-cat
Watch
1
Star
0
Fork
0
You've already forked asm-cat
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A POSIX-compliant implementation of cat written in NASM assembler for practice
3
Commits
1
Branch
0
Tags
59
KiB
Assembly
98.2%
Makefile
1.8%
5238773f76
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Alexander Rosenberg
5238773f76
Update README.md
2022-11-02 15:56:06 -07:00
.gitignore
Initial commit
2022-10-04 04:11:36 -07:00
cat.s
Remove comment and -g
2022-10-04 04:25:37 -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
Update README.md
2022-11-02 15:56:06 -07:00
README.md
cat
Posix compliant cat written in NASM Assembler for practice. This program
ONLY
works on Linux.