x86_64 arch + asm start

This commit is contained in:
iris committed 2026-06-02 03:24:21 -04:00
1 parent c2a8c50a6d
commit 473ddab0d4
12 files changed
+200 -11

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
asm {
mov eax, 1
mov ebx, 39
int 0x80
}