An open API service indexing awesome lists of open source software.

https://github.com/artainmo/libasm

42 school project. Write foundational functions is Assembly.
https://github.com/artainmo/libasm

42school assembly

Last synced: over 1 year ago
JSON representation

42 school project. Write foundational functions is Assembly.

Awesome Lists containing this project

README

          

# libasm

42 school project. Write foundational functions in Assembly.

## Compile and Run

`nasm -fmacho64 hw.s && ld hw.o && ./a.out`

## References
* Write in x86_64 Intel Mac OS X ([nasm tutorial](https://cs.lmu.edu/~ray/notes/nasmtutorial/))
* See all the system calls ([Linux_System_Call_Table_for_x86_64/](https://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/)).