Please assemble programs for the HCS12 microcontroller using ASMIDE assembler.
Step 1: The program accepts a 3-digit security code.
Step 2: It displays an asterisk (*) on the screen for each key entered.
Step 3: The security code should be followed by the ENTER key.
Step 4: After that, the program will check the code for validity.
Step 5: If the code is incorrect, the user should have to input it again, and the message "ID incorrect. Please try again" should be displayed.