A collection of working programs intended as examples for how to use the aslib library.
- echo: Print all arguments to standard output.
- kill: Implement the the kill system call.
- mkdir: Implement the the mkdir system call.
- rm: Remove a list of files or directories.
- sum: Arthmitic sum of all arguments with exact decimal percision.
These programs use the autoformatter cur.
This library is entirely composed of handwritten assembly instructions. It does not use the C standard library, compilers, or libraries from any other language.
Copyright (c) 2025-present Yousab Menissy
Licensed under MIT License. See the LICENSE file for details.