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:
ex
Login: name
Password: ******
Successful login/Login Failed
2007-05-03
21:11:20
·
4 answers
·
asked by
yonas t
1
in
Computers & Internet
➔ Programming & Design