risc Questions
2
I was asked in an interview if PUSH and POP are RISC or CISC instructions. I said that they were RISC, but they told me that they were actually CISC instructions. I suggested that ARM (a common RIS...
Inextinguishable asked 8/12, 2016 at 2:55
3
Are there any RISC architectures which allow arithmetic operations to be applied individually to bytes, half-words and other data cells, whose size is less than the size of the CPU general purpose ...
Bouzoun asked 6/12, 2017 at 4:37
1
Solved
If you need to multiply two arbitrary signed numbers in MIPS, is there a reason to prefer:
mul $t0 $s0 $s1
Or this:
mult $s0 $s1
mflo $t0
?
I'm finding inconsistent answers online with regar...
Laws asked 10/10, 2018 at 20:43
1
Solved
Indexed addressing mode is usually used for accessing arrays as arrays are stored contiguosly. We have a index register which gets incremented in every iteration which when added to base address gi...
Finisterre asked 18/12, 2017 at 12:4
1
© 2022 - 2024 — McMap. All rights reserved.