Question
Write a hexadecimal machine language program that will add and subtract the following numbers. Please show the commands used to input the data as well.
Write a hexadecimal machine language program that will add and subtract the following numbers. Please show the commands used to input the data as well. 45(10) + 45(16) - 13(10) - 13(16) + b(16) + (-5)(10). That is 45 in base 10 plus 45 in base 16 minus 13 in base 10 minus 13 in base 16 plus b in base 16 plus negative 5 in base 10. Save each of the instructions in memory and after the instructions save each of the values in memory, including the results. Display the results in hexadecimal and decimal. Run your program and display the memory cells to make sure everything works. Now save the program in a file named ex1-3.mac. Create a log file ex1-3.log that shows the running of your program and displays the memory cells.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started