1. Develop a program that opens a file called test.LST, reads 512 bytes from the file into the memory area array, and closes the file.
2. write a short assembly language module without the assembler to be used with C++ that rotates a number 3 places to the left. Call your procedure rotate left three and assumed the number is an 8-bitChar (byte in assembly)
3. Develop a short sequence of instruction that adds AL, BL, CL, DL, AND AH. Save the sum in the DH registers.
-----------------
Solution File contains solution in C++