Script is referring to a .asm file that I made, and the "binary COM copy" was the .com file generated by using nasm from the command prompt and .asm file
OK,
script has a very specific meaning, as in a scripted language, e.g. batch file, bash, perl, php, python, etc. The general term
code is most common and implicitly understood in context.
As for
binary COM copy, the terminology there, with respect to NASM, is simply
assembled.
OK, now that I understand that you actually
assembled your
code to a
binary COM file (
-f bin), on to the next step.
Without your code, I can only give a best and uneducated guess.
Guess 1: Somehow you printed out a bunch of newlines?
Guess 2: You scrolled the display without knowing it?
Guess 3: You resized the display and upon exit it returned to its original size but caused a scroll of sorts?
If you are willing to show the code you used, I am willing to give you a more educated guess.