Homework - PowerPoint PPT Presentation

1 / 1
About This Presentation
Title:

Homework

Description:

Using SPIM, please write and test a MIPS assembly program that sorts a sequence of integers. ... The type of sorting algorithm is arbitrary but should be ... – PowerPoint PPT presentation

Number of Views:39
Avg rating:3.0/5.0
Slides: 2
Provided by: csieNd
Category:
Tags: homework | spim

less

Transcript and Presenter's Notes

Title: Homework


1
Homework 2 (Due April 15, 0910)
  • Using SPIM, please write and test a MIPS assembly
    program that sorts a sequence of integers. The
    sequence of integers should be provided by user
    through keyboard. The end of the sequence is
    indicated by a zero. The sorted sequence should
    be printed on screen. The type of sorting
    algorithm is arbitrary but should be implemented
    by calling a subroutine. Please follow the
    general guideline for programming homeworks and
    submit your source code file through course ftp.
    Please write your report as comments in the
    beginning of your code file and use your student
    id as the name of the code file.
  • PS. successfully implementing a recursive quick
    sort can receive bonus credits.
Write a Comment
User Comments (0)
About PowerShow.com