How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
hello
By jameskumamako on Sep 8
Max Bid: $5


Repost: Complete program needed
By crydesign on Sep 8
Max Bid: Open to fair suggestions


parallel programing using JAVA
By manolis a on Sep 8
Max Bid: $30


plotter driver with 2 way communication
By Moegal on Sep 8
Max Bid: Open to fair suggestions


Easy Compiling Project
By rnizlek on Sep 8
Max Bid: $15


Browser-Related Code Needed
By Jon Gomes on Sep 8
Max Bid: $100


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(184 open)
   Access 
(60 open)
   MySQL 
(113 open)
   Oracle 
(13 open)
   SQL Server 
(80 open)
   Other DB 
(23 open)
Documentation / Tech Writing 
(30 open)
   Language (Human) Translations 
(10 open)
Data Entry 
(32 open)
Game Development 
(20 open)
Graphics / Art / Music 
(64 open)
   Graphics 
(68 open)
     Adobe AfterEffects 
(12 open)
     Adobe Photoshop 
(32 open)
     Adobe Premiere 
(11 open)
     3d Animation 
(23 open)
   Art (Misc.) 
(17 open)
   Music 
(10 open)
   Photography 
(10 open)
   3d Modeling 
(14 open)
Language Specific 
(126 open)
   Assembly / Machine language 
(11 open)
   ASP 
(65 open)
   ASP .NET 
(70 open)
   C# 
(77 open)
   C++ / C 
(151 open)
   Carbon (Mac OS) 
(7 open)
   Cocoa / Obj-C 
(4 open)
   Cold Fusion 
(12 open)
   Delphi 
(57 open)
   Java 
(83 open)
   JSP 
(13 open)
   Perl 
(48 open)
   Python 
(5 open)
   PHP 
(115 open)
   XML/XSL 
(41 open)
   Visual Basic 
(177 open)
   Visual Basic .Net 
(120 open)
   Other 
(78 open)
Misc 
(38 open)
   Middleware 
(1 open)
   CAD 
(5 open)
MultiMedia 
(35 open)
   Video Editing 
(15 open)
Network 
(35 open)
   Network Design 
(6 open)
   Network Implementation 
(4 open)
Platforms 
(79 open)
   Windows 
(206 open)
     MS Exchange 
(7 open)
     MS Office 
(19 open)
     Other 
(9 open)
   Darwin 
(3 open)
   Embedded Systems 
(1 open)
   Hand Held/PDA Programming 
(12 open)
   Internet Browser 
(58 open)
   Linux 
(53 open)
   Lotus Notes / Domino 
(2 open)
   UNIX 
(26 open)
Requirements 
(15 open)
Security 
(31 open)
Testing / Quality Assurance 
(22 open)
Web 
(201 open)
   Page Design 
(92 open)
   Flash 
(50 open)
   Marketing 
(1 open)
   Web Services 
(90 open)
   Web (Other) 
(98 open)
Training 
(11 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

MIPS assembly on XSpim
Bid Request Id: 27706
Bookmark in my 'To Do' list
Posted by: elohmrow (7 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 16.67%
Buyer Security Verifications: Good
Approved on: Sep 16, 2002
5:21:48 PM EDT
Bidding Closes: Sep 18, 2002
5:23:29 PM EDT
Viewed (by coders): 211 times
Deadline: 9/20/2002
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: C++ / C, Other, UNIX, Misc
Enter chat room for this bid request
(0 active users at Sep 8, 2003 8:16:08 PM EDT)

Description:
Assembly Programming - Palindrome checker



Introduction : This project aims to introduce you to simple assembly programming.
Read Appendix A of the text book to familiarize with the SPIM simulator. The SPIM
simulator has both the UNIX and Windows version , you are free to use either of them
for this project.

In this lab you will write an assembly code which checks the given input to be
palindrome or not. Palindromes are sequence of characters which are the same when
read from left to right or right to left. For example,

> Madam
> 121
> dad
> Mom

Requirements :

1. Your program should prompt the user to enter an input.
2. Based on the input it should tell whether it is a palindrome or not.
3. It should give the user a chance to exit the program or enter a new input.
4. It should take care of the cases , that is , should report Madam as a palindrome even
though the first and the last characters are in different case.
5. You can expect numbers and special characters as valid input.
6. Comment your program. These will help you earn partial credits in case your program
does not work.
7. Though you are free to develop code in XSpim or Spim (the same code ideally works
on both platforms) , make sure your program works on mentor account in XSpim . We'll
be using Xspim to grade your projects.

Accessing Spim and a Sample program

To access the SPIM simulator and to run a program.

1. Log on to mentor account.
2. Type /opt/spim/bin/xspim & - if you want to use the UNIX version or
/opt/spim/bin/spim & if you want to use the PC version.
3. Load your assembly file to the simulator and click run !!

Sample Spim program :

.data
str :
.asciiz " The answer = "
.text
main:
li $v0 , 4
la $a0 , str
syscall

li $v0 , 1
li $a0 , 5
syscall

To download Spim to your personal machine , click here .


Tip that may help:

If you feel your program is correct and still not working , clear the memory and registers ,
load the program again and check. Sometimes garbage is not cleared , so it may give
erroneous results.

Due Date : The due date for the lab is Friday , September 20th by midnight.

Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
Must work on XSpim simulator (University of Wisconsin originated)
Must be MIPS version assembly language

Must be 100% finished and received by buyer on:
Sep 20, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
man_d
(14 ratings)
in dasuya, punjab
India
Bid id: 312,242
 
$14.50 (USD) Sep 16, 2002
5:57:30 PM EDT
 7.07
(Good)
   
hi!
I have been programming in mips assembler for a long time and I can do this project to fullest of your satisfaction in a day or so.
Thanks
manu
 
 
 
 
  There are 9 private replies to/from man_d. Click here to view them.
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Securenext
Rated a 9.97 on 120 jobs 
Buddies
Rated a 9.84 on 91 jobs 
Codman
Rated a 9.97 on 157 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
hernest
Rated a 10 on 121 jobs 
markesh
Rated a 10 on 22 jobs 
Maxnet Technologi es Private Limited
Rated a 9.93 on 84 jobs 
florentin
Rated a 10 on 56 jobs 
PSergei
Rated a 9.76 on 100 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.