免费的Marriott Hotel 四晚酒店入住 只需消费一笔无金额限制# Fashion - 美丽时尚
H*5
1 楼
1
The memory (Big Endian) contains data as mapped below:
Address Byte0 Byte1 Byte2 Byte3
0 00 00 FF FF
4 55 AA AA 55
Register $s0 equals to 0 initially.
(1)After the instruction: lb $s1, 0($s0) execution, the content of $s1
becomes:
(2)After the instruction: lbu $s1, 0($s0) execution, the content of $s1
becomes:
2
What’s the 2’s complement of 0xffff0001 :
A. 0x7fff ffff
B. 0xffff 7fff
C. 0x0000 ffff
D. 0xffff 0000
E. None above
3
What’s the 2’s complement of 0x80000001 :
The memory (Big Endian) contains data as mapped below:
Address Byte0 Byte1 Byte2 Byte3
0 00 00 FF FF
4 55 AA AA 55
Register $s0 equals to 0 initially.
(1)After the instruction: lb $s1, 0($s0) execution, the content of $s1
becomes:
(2)After the instruction: lbu $s1, 0($s0) execution, the content of $s1
becomes:
2
What’s the 2’s complement of 0xffff0001 :
A. 0x7fff ffff
B. 0xffff 7fff
C. 0x0000 ffff
D. 0xffff 0000
E. None above
3
What’s the 2’s complement of 0x80000001 :