Calculator in 6502
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...
software-portability-and-optimization.hashnode.dev5 min read