mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
_start works kinda
This commit is contained in:
parent
8a033fc3df
commit
52b9c8fb38
2 changed files with 9 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
core::arch::global_asm!(
|
||||
".global _start",
|
||||
"_start:",
|
||||
"mov rdi, 42",
|
||||
"mov rax, 60",
|
||||
"syscall"
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue