100%(10)10 out of 10 people found this document helpful
This preview shows page 1 - 3 out of 3 pages.
1.Question :(TCO 5) For the SUBA #$66 in the following code, the ALU performs:LDAA #$66SUBA #$99 A = __________Student Answer:A= $99 + 1’s complement of $66A=$99 - $66A= $66 – 2’s complement of $99A= $66 + 2’s complement of $99Instructor Explanation:pages 152-162, Course TextbookPoints Received:4 of 4 Comments:Question 2.Question :(TCO 5) Find the value in Register A after the execution of the following code:LDAA #$37ANDA #$F0 A = __________Student Answer:A= $30A=$07A= $F0A= 0 Instructor Explanation:pages 162-166, Course TextbookPoints Received:4 of 4 Comments:Question 3.Question :(TCO 5) Find the value in Register A after the execution of the following code: