Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)