42 school project. Write foundational functions in Assembly.
nasm -fmacho64 hw.s && ld hw.o && ./a.out
- Write in x86_64 Intel Mac OS X (nasm tutorial)
- See all the system calls (Linux_System_Call_Table_for_x86_64/).
| Name | Name | Last commit date | ||
|---|---|---|---|---|
42 school project. Write foundational functions in Assembly.
nasm -fmacho64 hw.s && ld hw.o && ./a.out