Relative Content

Tag Archive for cassemblyprintfscanfnasm

using scanf to read strings in nasm

im working on a script which will read a string from the user and print it back, i wanted the script to read the input using scanf and print it back with printf.