Please answer and explain the following electrical engineering questions: Suppos
ID: 3671037 • Letter: P
Question
Please answer and explain the following electrical engineering questions:
Suppose the memory location beginning at address 0 Times F900 contains the word value 0 Times 3245. The following line of code is executed. What is the value contained in R11 afterward? (give result in hexadecimal) Suppose the memory location beginning at address 0 Times F900 contains the word value 0 Times 0200, and the memory location 0 Times 0200 contains the word value 0 Times 1234. The following lines of code are executed. What is the value contained in R9 afterward? (give result in hexadecimal) Suppose the memory location beginning at address 0 Times 0200 contains the word value 0 Times 1234, and the memory location 0 Times 0202 contains the word value 0 Times 12BF. The following lines of code are executed. What is the value contained at memory location 0x0200 afterward? (give result in hexadecimal) Suppose the memory contains the values as shown below in byte format: What value is contained in the byte at memory location 0 Times 0201 after the following line of code executes? (give result in hexadecimal) How many times does the following loop execute? How many times does the following loop execute? Which branch is taken below?Explanation / Answer
1.The value of R11 is 0x3245
2.the value of R9 is 0x1234
3.0x200 contains 0x1234
4. 0x0201 contains 0xF9
5.the given loop runs 6 times.
6. The loop runs infinitely.
7.case A branch is selected