Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matubu/libasm
A simple library made in assembly
https://github.com/matubu/libasm
asm assembly libasm
Last synced: about 1 month ago
JSON representation
A simple library made in assembly
- Host: GitHub
- URL: https://github.com/matubu/libasm
- Owner: matubu
- Created: 2021-12-17T10:40:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:12:18.000Z (8 months ago)
- Last Synced: 2024-03-12T17:36:45.358Z (8 months ago)
- Topics: asm, assembly, libasm
- Language: Assembly
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# x86 asm
## REGISTER
### Links
- https://en.wikibooks.org/wiki/X86_Assembly/X86_Architecture
- https://lxr.linux.no/#linux+v3.2/arch/x86/include/asm/unistd_64.h
- https://syscall.sh/
### Function
- **return** rax
- **arguments**
- (rdi, rsi, rdx, rcx)