QUESTION 1 Instruction Set Architecture ISA QUESTION 2 Z X Y
Solution
2. Use Register-Memory: Z=X+Y
Load R1, X
Add R2, R1, Y
Store R2, Z
3. Using Register-Register (Load/Store):
Load R1, A
Load R2, B
Add R3, R1, R2
Store R3, C
Load R4, E
Sub R5, R1, R4
Store R5, D
Add R6, R3, R5
Store R6, F
7. Good interface design:The clarity, Intuitive and consistent design, High resposivity, Maitainability and attractiveness makes a good interface design.
