x86_64 arch + asm start

This commit is contained in:
2026-06-02 03:24:21 -04:00
parent c2a8c50a6d
commit 473ddab0d4
12 changed files with 200 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
asm {
mov eax, 1
mov ebx, 39
int 0x80
}