CS 5513 Fall 2009, Homework 1

Due at the beginning of class, September 10, 2009.
  1. Write an original essay on a topic of interest to you that is not related to computers or information technology. It should be about 500 words. Use an editor or word processor.

  2. Consider the following sequence of hexadecimal values:
    
    86 01 
    8E 10 02 
    A7 80 
    8C 20 00 
    26 F9 
    86 02 
    1F 89 
    58 
    8E 00 00 
    3A 
    6F 89 10 00 
    30 86 
    8C 10 00 
    25 F5 
    4C 
    81 40 
    26 E9 
    7F 10 00 
    7F 10 01 
    39
    
    This sequence of hexadecimal bytes represents a subroutine in MC6809 machine language. The code is position-independent; you may assume that it is located anywhere in memory where it will not write to itself. For your convenience, the bytes have been separated into lines representing one machine instruction each.
You may not work together on this assignment with other classmates or receive assistance from any person other than your professor. You may consult literature or the Internet for assistance; if you do, indicate the source in your writeup.

Your assignment should be nicely typed or word-processed. Turn in this assignment at the beginning of class on September 10, 2009. You must turn in the assignment on paper at the beginning of class.

Late assignments will not be accepted.