Our project is a basic calculator that does the following: Clears the screen using a ROM routine. Displays a title (“Calculator”). Prompts the user to enter two numbers (each from 0 to 99). Adds the two numbers together using Binary-Coded Decimal...