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