Question: Consider the following fragment of assembly code: data .code array word 127,60,120,127 count word 5 stc mov cx,count mov esi,offset array labell: add al
Consider the following fragment of assembly code: data .code array word 127,60,120,127 count word 5 stc mov cx,count mov esi,offset array labell: add al byte ptr [esi] inc esi loop labell label2: A: [1 Point] How many times the body of the loop will be executed: B: [3 Points] On each pass through the loop, trace the value of AX register, CF and OF flags.
Step by Step Solution
There are 3 Steps involved in it
A Answer 5 5 The body of the loop starting at label... View full answer
Get step-by-step solutions from verified subject matter experts
