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
- Host: GitHub
- URL: https://github.com/titouanc/strasm
- Owner: titouanc
- Created: 2012-06-06T17:25:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-02T15:27:04.000Z (over 12 years ago)
- Last Synced: 2025-02-08T13:29:14.348Z (2 months ago)
- Language: Assembly
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strasm
## String.h in x86 GNU AssemblyAll 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