Skip to content

yousabmenissy/aslib-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aslib-examples

A collection of working programs intended as examples for how to use the aslib library.

Index

  • 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.

Formatting

These programs use the autoformatter cur.

100% Assembly

This library is entirely composed of handwritten assembly instructions. It does not use the C standard library, compilers, or libraries from any other language.

License

Copyright (c) 2025-present Yousab Menissy

Licensed under MIT License. See the LICENSE file for details.

About

A collection of working assembly programs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published