联系方式

  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-23:00
  • 微信:codehelp

您当前位置:首页 >> Java程序Java程序

日期:2021-07-06 08:00

CS/ECE 252 Introduction to Computer Engineering

Spring 2020
Instructor: Adil Ibrahim

Project I: The WISC-SC252 Processor

3. JC, JA, JE, and JZ are a group of instructions in the J-format family. They are based on the four
flags C, A, E, and Z, and each plays a role in changing the execution sequence of a program. For
each of these instructions, the address to jump to is stored in the next memory location (e.g. if
a JC instruction appears at address 3, then address 4 contains the address to jump to). AND
gate number 101 in Figure 5 corresponds to the instruction that uses these flags.

Answer the following questions:

(a) What is the format of the Jump instruction in Figure 5?

(b) In the WISC-SC252 processor, it is possible to test more than one flag bit with a single
instruction. What is the maximum number of jump instructions we can have using the
four flags?

(c) Draw the logic diagram that selects among the instructions JC, JA, JE, and JZ
(corresponding to the FLAGS LOGIC box in Figure 5).

4. Answer the following questions:

(a) What is the maximum number of instructions the WISC-CS252 processor can support?

(b) What is the maximum memory size (in bytes) the WISC-CS252 processor can support?

(c) What is the addressability of the WISC-CS252 memory?

相关文章

版权所有:留学生编程辅导网 2021,All Rights Reserved 联系方式:QQ:99515681 电子信箱:99515681@qq.com
免责声明:本站部分内容从网络整理而来,只供参考!如有版权问题可联系本站删除。