CS 2420-20 Homework 0

Due: Thursday, January 13th, 2011 9:10am

Start with jam.zip, and see README.txt in the unpacked zip file.

Part 0 – Subscribe

Subscribe to the course mailing list as noted on the course page.

Part 1 – Write Your Name

Change disk in the Jam zip file so that starting execution from address 0 draws your name on the screen instead of “hi.”

Part 2 – Make It Red

Change disk in the Jam zip file so that it draws in red instead of white, with the constraint that you cannot change the font data in disk. You’ll have to change the “function” near the start of the disk so that it converts white pixels to red pixels as it copies them to the screen.

Part 3 – Handin

To handin your revised disk file, use the CADE handin facility:

For example, if you log into a CADE Linux machine and have disk in the current directory, then

  handin cs2420-20 hw0 disk

hands in your file.

There are other handin interfaces provided by CADE, including a web handin at https://webhandin.eng.utah.edu/.


Last update: Thursday, April 7th, 2011
mflatt@cs.utah.edu