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

https://github.com/yigtuyumz/lowc

Low level C programming with embedded assembly (elf64-x86-64)
https://github.com/yigtuyumz/lowc

assembly c elf64 embedded-c gcc-complier x86-64

Last synced: about 1 month ago
JSON representation

Low level C programming with embedded assembly (elf64-x86-64)

Awesome Lists containing this project

README

          

```
+--------+------------+--------+------+------+------+------+------+------+
| arch | syscall NR | return | arg0 | arg1 | arg2 | arg3 | arg4 | arg5 |
+--------+------------+--------+------+------+------+------+------+------+
| x86 | eax | eax | ebx | ecx | edx | esi | edi | ebp |
| x86_64 | rax | rax | rdi | rsi | rdx | r10 | r8 | r9 |
+--------+------------+--------+------+------+------+------+------+------+
```

![aiio](oiia.gif?raw=true)