satrt readme

This commit is contained in:
pommicket 2022-02-18 14:15:09 -05:00
parent 826d1afd58
commit 06def8fb86
8 changed files with 65 additions and 8 deletions

View file

@ -15,7 +15,6 @@ __syscall:
ret
_start:
lea __syscall, %rdi
call main
mov $60, %eax
syscall