NASM - The Netwide Assembler

NASM Forum => Other Discussion => Topic started by: tysonprogrammer on November 30, 2024, 11:27:45 PM

Title: Awesome feeling
Post by: tysonprogrammer on November 30, 2024, 11:27:45 PM
I was playing around with Nasm on Fedora Linux 41 and figured out how to make system calls instead of linking to the C library. Seems silly to link to the C library in assembly, why not just write it in C.

Anyway just wanted to document my success.

Tyson