write an assembly language code that will:
• Read a character (ASCII code) from keyboard using a BIOS interrupt.
• the print that ASCII character in binary number system using DOS interrupt.
• and invert that ASCII code and have to transmit it to a parallel port using a DOS interrupt.