Difference between revisions of "CSC103 Lab 2"
(→Part 1) |
(→Part 1: Starting the simulator) |
||
Line 27: | Line 27: | ||
[[Image:CSC103 Annotated Simulator.png]] | [[Image:CSC103 Annotated Simulator.png]] | ||
</center> | </center> | ||
+ | |||
+ | {| | ||
+ | |- | ||
+ | | | ||
+ | [[Image:CSC103 Pentium.jpg|200px]] | ||
+ | | | ||
+ | [[Image:CSC103 SIMM Memory.jpg|200px]] | ||
+ | |} |
Revision as of 15:21, 30 September 2008
<meta name="keywords" content="computer science, How Computers Work, Dominique Thiebaut, smith college" /> <meta name="description" content="Dominique Thiebaut's Web Page" /> <meta name="title" content="Dominique Thiebaut -- Computer Science" /> <meta name="abstract" content="Dominique Thiebaut's Computer Science Web pages" /> <meta name="author" content="thiebaut at cs.smith.edu" /> <meta name="distribution" content="Global" /> <meta name="revisit-after" content="10 days" /> <meta name="copyright" content="(c) D. Thiebaut 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,2008" /> <meta name="robots" content="FOLLOW,INDEX" />
Contents
In this lab you will program at the lowest level of programmation: at the assembly language level. You will write small programs in assembly, and see how the programs correspond to numbers that are stored in memory. Some numbers represent instructions, some numbers represent data. But everything in memory is a number! That's a very important concept of CSC103!
Part 1: Starting the simulator
- Go to the applet page for the class. Click on
- The processor simulator will pop up.