Home >> Computer Science >> Advanced Architecture Simulator

Post A New Project

A complex processor architecture (unlike the CISC) has a rich instruction set in terms of addressing modes and instructions. The aim of this project is to simulate such a processor so that students can contrast it with RISC processors. This "complex" processor does not require a full instruction set because it is intended only to demonstrate certain principles. The computer should interpret instructions directly (i.e., the assembly language does not need to be converted into machine code). If possible, the simulation should be done in Java in order to convert the simulator into an applet that students can access from the Internet. However, this simulator could also be written in one of the "visual" languages.
 
 

Only community members can participate in forum threads. You must register or log in to contribute.