81
Programming with NASM / Re: Printing number to screen without using extern
« Last post by Roddy MacPhee on May 28, 2024, 04:42:06 PM »A "number", printed on the screen, is just a string... Convert the number to a string and print it using some syscall or API function (in case of Windows).What if the number is a loop variable ?
Recent Posts