Preparations for the Programming assignments

 

  1. We will discuss the programming in the class, and assign programming assignments. Please get the following preparations.
  2. Install a java software in your computer. If you will use the computer in our lab, you do not need to do so, since we have this software available in our lab. The java software is free download from the internet. The web address is: http://java.sun.com/j2se/1.4/. This is not the latest version. I am using this version in my computer. (For a new computer, this step may be omitted.)
  3. Copy the entire Mic1MMV directory from the CD-ROM to your hard disk.
  4. We will use Mic1 Simulator.
  5. Loading and Running IJVM programs: Test the three examples (ijvmtest.ijvm, echo.ijvm, add.ijvm). You may find the instructions in either index.html from the CD-ROM, or doc in Mic1MMV.
  6. Read the documents and the source codes of the three examples. (ijvmtest.jas, echo.jas, add.jas, users guide, include introduction, getting started, program operations, programming manuals.)
  7. Our program assignments will simply modify the examples.