Write a complete 16-bit assembly language program that tests to see if the Caps Lock
indicator is ON and displays one of two messages depending on its status. Display "On" if it is on
and "Off" if it is off. You must use a BIOS function to handle the testing of the indicator; you must
use a MS-DOS function to display the message.