subject

Suppose that you are working with a CISC machine using a 2.2 GHz clock (i. e., the clock ticks 2.4 billion times per second). This particular computer uses MASM-like instructions with the following timings: add reg, mem 9 clock cycles (i. e., the ADD micro-program has 9 instructions)
add reg, immed 3 clock cycles
loop label 7 clock cycles

Suppose that the following code fragment is used to sum elements of a numeric array. For this problem, assume that memory limitations are non-existent and that there is no limit to the size of the array.

mov bx, 0 ;initialize sum
mov ecx, MAX_SIZE ;initialize loop counter
mov esi, OFFSET list ;initialize array pointer
more:
add bx, esi[esi][esi] ;add current list element
add \textrm{6}66, 2 ;move array pointer to next element
loop more ;auto-decrement ecx, jump to more if ecx ≠ 0

Required:
After initialization, how many array elements can be processed in 4 ms? Round your answer to the nearest integer. Note that 1 ms. = 0.001 second.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
The "instance" relationship shows that something is an object of a
Answers: 1
question
Computers and Technology, 22.06.2019 19:10
How might the success of your campaign be affected if you haven’t carefully completed all field data or if you accidentally insert the wrong merge field in the document?
Answers: 1
question
Computers and Technology, 24.06.2019 02:30
How to apply the fly in effect to objects on a slide
Answers: 1
question
Computers and Technology, 24.06.2019 12:30
Select all that apply. what two keys listed below should you use to enter data in an excel worksheet? tab backspace enter right arrow
Answers: 2
You know the right answer?
Suppose that you are working with a CISC machine using a 2.2 GHz clock (i. e., the clock ticks 2.4 b...
Questions
question
Mathematics, 21.05.2021 16:30
question
Health, 21.05.2021 16:30
question
Mathematics, 21.05.2021 16:30
question
Mathematics, 21.05.2021 16:30
question
Mathematics, 21.05.2021 16:30
question
Mathematics, 21.05.2021 16:30
question
Mathematics, 21.05.2021 16:30
Questions on the website: 13722362