Author Topic: Awesome feeling  (Read 1707 times)

Offline tysonprogrammer

  • Jr. Member
  • *
  • Posts: 23
  • Country: us
  • C# application developer attempting assembly.
Awesome feeling
« 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