1<HTML>
2<HEAD>
3<TITLE>chap1.htm</TITLE>
4<LINK REL="ToC" HREF="httoc.htm">
5<LINK REL="Next" HREF="chap2.htm"></HEAD>
6<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
7<HR WIDTH=100% SIZE=6 ALIGN=CENTER>
8<H1 ALIGN="CENTER">
9<CENTER><A ID="I1" NAME="I1">Chapter 1  Introduction
10<BR></A></CENTER></H1>
11<HR WIDTH=100% SIZE=6 ALIGN=CENTER>
12<P>BSVC is a microprocessor simulation framework. It provides a graphical user interface and an object oriented framework that simplifies the task of writing a microprocessor simulator. The goal of the project was to replace the Motorola 68000 simulator currently in use at North Carolina State University. However by using object oriented techniques and generalizing the user interface a relatively generic framework for writing microprocessor simulators has been developed.</P>
13<FONT SIZE=+1><B>History</B></FONT>
14<P>BSVC started off as a simple 68000 simulator that supported the 6850 UART, but after decomposing the simulator into its components (processor and devices) it became apparent that it could be expanded into a virtual computer simulator that allowed the user to &quot;build&quot; his/her own computer. Instead of a single 68000 processor object it would consist of several processor objects and several device objects that could be connected together to build a computer.  This effectively allows users to build a virtual computer that simulates the single-board 68000 based computers in the ECE 218 lab at North Carolina State University or any other computer as long as the processor and devices are supported.</P>
15<P>This document was produced using an evaluation version of <A HREF="http://www.infoaccess.com/products/transit/httoc.htm">HTML Transit</A></P>
16</BODY></HTML>
17