My task was to create a program that would copy a file. Ok, didn't look too hard using the textbook and class notes, heavily borrowing from the textbook.
However these 2 errors have me stumped.
invalid instruction operands
segment, group, or register expected.
The first one refers to this:
mov Values, ax
Values is declared as:
Values db ?
The second one refers to the ReadString Procedure:
call Read:proc
I did equ it to Read.
Read equ _ReadString@0