subject

Consider the following y86 code:

.pos 0
irmovq list, %rcx
irmovq 8, %rsi
xorq %rdx, %rdx
loop: mrmovq (%rcx), %rax
andq %rax, %rax
je done
addq %rax, %rdx
addq %rsi, %rcx
jmp loop
done: halt
.align 8
list: .quad 0xa
.quad 0xb0
.quad 0xc00
.quad 0xd000
.quad 0

what is stored in register %rdx when the halt statement is reached? give your answer in hex without the leading 0x.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
Kto rozmawia z clamentain przez krótkofalówke w the walking dead w 4 epizodzie
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
Three out of five seniors remain undecided about a college major at the end of their senior year.
Answers: 3
question
Computers and Technology, 23.06.2019 20:40
Instruction active describing list features which statements accurately describe the features of word that are used to create lists? check all that apply. the tab key can be used to create a sublist. the enter key can be used to add an item to a list. the numbering feature allows for the use of letters in a list. the numbering feature can change the numbers to bullets in a list. the multilevel list feature provides options for different levels in a list.
Answers: 2
question
Computers and Technology, 24.06.2019 00:00
For the following example of making a peanut butter and jelly sandwich, identify which are inputs, processes, or outputs: bread scooping and spreading peanut butter plate scooping and spreading jelly finished sandwich putting two pieces of covered bread together dirty plate crumbs
Answers: 2
You know the right answer?
Consider the following y86 code:

.pos 0
irmovq list, %rcx
irmovq 8, %rsi
Questions
Questions on the website: 13722367