Question: assembly language QUESTION 10 Floating point registers ST(0) through ST(7) have a width of 80 bits. True O False QUESTION 11 If you want to
assembly language


QUESTION 10 Floating point registers ST(0) through ST(7) have a width of 80 bits. True O False QUESTION 11 If you want to use the LOOP command to form a pair of nested loops LI : blah blah L2: blah blah LOOP L2 LOOP L1 What is missing from this sequence? O You need to establish the EXC register for LOOP 1 before entering the loop. Then you need to establish the LOOP 2 before entering it. You must then save the loop 2 ECX register before returning to loop 1 and recall that saved register value to the ECX register before starting the next iteration of loop 2 o You need to set the EXC register for loop 1 before entering it. Then since the LOOP command uses the ECX register to count for both loops, you need to save the ECX connected with LOOP one prior to starting LOOP 2, and you need to set the count for loop 2 in ECX before entering it. Then you need to restore the Loop 1 count to the saved value of ECX before hitting the LOOP that puts you back in loop 1. QUESTION 12 Protected Mode provides which of the following 0 4G of memory for the running process 1G of memory for the running process O 1M of memory for the running process Provides a mechanism for accessing power functions QUESTION 13 Match the register to its function A. Stack pointer B. An 8 bit register F. EAX C. ESP H. ESI G. EBP Instruction Pointer D.Reference function parameters E. Loop Counter -High speed memory transfer Extended Accumulator Register H Bits used to reflect the outcome of a previous CPU operation D. EFLAGS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
