joppiesaus / codam_libasm

some libc functions in assembly to learn more assembly(WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libasm

Small project where I implement some libc functions in x86_64 to learn more about assembly.

hints

Function arguments(in order): RDI RSI RDX RCX R8 R9

return regsiter: RAX

syscall move rax, <syscall code> then syscall

useful links:

About

some libc functions in assembly to learn more assembly(WIP)


Languages

Language:C 65.3%Language:Assembly 29.9%Language:Makefile 4.9%