How to print file contents to the screen in assembly 16 bit -


i want make program in nasm assembly 16 bit prints out filecontent of specified file, in order: "open program > select file file-listing > , contents of file onto screen"; os bit complex, because use own operating system, nothing dos , problem in short is: not know how put content of file onto screen neither know how load input register content variable called "select_file"


Comments