Write an assembly program which requests login and password
information and prompts with a
successful or a failed login message based on the user's response.
a. Login name and password information is saved in a file named c:
\userpro.txt
b. The file c:\userpro.txt contains name as login name and password as
password.
c. Maximum number of characters for login name and password is 25 and
15 respectively.
d. Password is case sensitive but login name is not.
e. The login screen should be similar to the following one:
Example
Login: name
Password: ******
Successful login/Login Failed