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)
- Host: GitHub
- URL: https://github.com/yigtuyumz/lowc
- Owner: yigtuyumz
- Created: 2025-02-16T04:10:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-20T04:58:25.000Z (6 months ago)
- Last Synced: 2025-12-22T12:54:17.663Z (6 months ago)
- Topics: assembly, c, elf64, embedded-c, gcc-complier, x86-64
- Language: C
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
+--------+------------+--------+------+------+------+------+------+------+
```
