Question: 1. Calculate A = (A - B) +(C-D). Where A = 38d, B = 0010 1001b, C = Ash and D = 85d. Specifications: a)

1. Calculate A = (A - B) +(C-D). Where A = 38d, B = 0010 1001b, C = Ash and D = 85d. Specifications: a) You must ensure your registers are cleared before starting this part b) Ensure that you are using registers (or parts of registers) of the appropriate size. c) You will calculate this in the following manner. A-B C-D (A - B) + (C-D) DO NOT COPY PASTE THE TEMPLATE! You must type it. TITLE pa2.asm i // Header comment block as shown in lecture notes INCLUDE Irvine 32. inc .data ://t your variables are be defined here) .code main PROC ://(executable code here) call DumpRegs :// you may use this line of code as necessary to show the contents of the ill registers and flags. exit // end of main procedure END main i// end of source code main ENDP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
