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

https://github.com/titouanc/strasm

String.h in x86 GNU Assembly
https://github.com/titouanc/strasm

Last synced: 21 days ago
JSON representation

String.h in x86 GNU Assembly

Awesome Lists containing this project

README

        

# strasm
## String.h in x86 GNU Assembly

All functions are prototyped in strasm.h, and conform to their manual page
without the 'asm' suffix.

This project is strictly aimed to learn assembly with concrete material