Relative Content

Tag Archive for cassemblyprintfnasmwebassembly

Using printf from c in Nasm causes the string to add random end line statment

this morning i tried to make a simple output library for my asm projects, i realized using the sys call each time is a waste of time and so i decided to automatize the program using printf function from c, so i tried to make a function with a little help from git hub forums and a bit of ai explaining me how asm works and i came up with this code.