How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
 
Help for Buyers
Articles for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Sort my PHP driven menu
By mightycpa on Feb 28
Max Bid: Open to fair suggestions


Access Backend to SQL Server backend
By Tometa Software, Inc. on Feb 28
Max Bid: Open to fair suggestions


Network Backup (norton ghost)
By VP on Feb 27
Max Bid: Open to fair suggestions


PDF Creation Software
By bidsoft on Feb 27
Max Bid: $500


Logo Design for Football League
By adoptagrey on Feb 27
Max Bid: Open to fair suggestions


Voice Messenger (like MSN)
By Novi C on Feb 27
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(149 open)
   Access 
(61 open)
   MySQL 
(79 open)
   Oracle 
(11 open)
   SQL Server 
(39 open)
   Other DB 
(18 open)
Documentation / Tech Writing 
(22 open)
Game Development 
(35 open)
Graphics / Art / Music 
(46 open)
   Graphics 
(47 open)
     3d Animation 
(22 open)
   Art (Misc.) 
(17 open)
   Music 
(7 open)
   3d Modeling 
(12 open)
Language Specific 
(107 open)
   ASP 
(51 open)
   C# 
(32 open)
   C++ / C 
(99 open)
   Cold Fusion 
(5 open)
   Delphi 
(32 open)
   Java 
(44 open)
   Perl 
(23 open)
   PHP 
(79 open)
   XML/XSL 
(20 open)
   Visual Basic 
(150 open)
   Visual Basic .Net 
(52 open)
   Other 
(39 open)
Misc 
(39 open)
   CAD 
(6 open)
MultiMedia 
(30 open)
Network 
(38 open)
   Network Design 
(8 open)
   Network Implementation 
(14 open)
Platforms 
(73 open)
   Windows 
(140 open)
     MS Exchange 
(5 open)
     MS Office 
(15 open)
     Other 
(9 open)
   Internet Browser 
(38 open)
   Linux 
(38 open)
   UNIX 
(22 open)
   Hand Held/PDA Programming 
(18 open)
Requirements 
(14 open)
Security 
(34 open)
Testing / Quality Assurance 
(12 open)
Web 
(130 open)
   Page Design 
(59 open)
   Flash 
(38 open)
   Web Services 
(55 open)
   Web (Other) 
(51 open)
Training 
(4 open)
   Computer Based 
(9 open)
 
Other
 
Other Sites

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

Assembly test program
Bid Request Id: 30811
Bookmark in my 'To Do' list
Posted by: gregnyce (12 ratings)
(Software buyer rating 10)
Posted: Oct 12, 2002
5:50:31 AM EDT
Bidding Closes: Oct 15, 2002
7:00:39 AM EDT
Viewed (by coders): 142 times
Deadline: 10/17/2002
TIME EXPIRED
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100 (USD)
Bidding Type: Open Auction
Categories: Language Specific, Other
Enter chat room for this bid request
(0 active users at Feb 28, 2003 4:45:27 AM EDT)

Description:
If you know assembly, this will be very easy for you. This is a simple program. I am using as a test to see if you know assembly (for Intel). If you do it well, I will be giving you a small project once a week for at least the next 2 months. They are small projects but I need them to be done right away. This should be done by October 13.

you will print five lines:

Brown Project
Brown Company
Report 555
Assembly test 1
October 13, 2002

Your program will include all the lines of assembly code required to carry out this task. These lines should be written in the most efficient way possible.

In addition, you will use cv and print out the contents of registers dx and bx just before you print out the 1st string using the int 21h DOS interrupt command. You should cut and paste the screen that contains the display of the register contents into a notebook text file and save that file. Please pay attention here. I don&'t want a print out of all the registers. I want you to use the cv instructions to print out only the contents of bx and again to print out the contents of dx (e.g. either the ? or the r commands).

DOS windows allow you to cut and paste. You have to first mark the area of the screen you want to copy and can then copy it by clicking on the appropriate icon. The copied area is now in the clipboard. I am giving you a sample of the program. Just modify it to print the five lines I talked about above.

title Hello World Program
;this program displays "hello world"
model small
stack 100h
data
message db "Hello World!" 0dh, 0ah, '$'
code
main proc
mov ax, data
mov ds, ax
mov ah, 9
mov dx, offset message
int 21h
mov ax, 4C00h
int 21h
main endp
end main


































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




Platform:
Windows


Must be 100% finished and received by buyer on:

Oct 17, 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!
Ali
(6 ratings)
in Lahore, Punjab
Pakistan
 
$10 (USD) Oct 12, 2002
11:32:12 AM EDT
 9.5
(Excellent)
   
Hi
I have had a good experience with 8086 assembley Language programming. I have made programs such as screen savers, TSRs and file compressors.

What i could Understand from your requirement is that you want the five lines printed in your program. Well i just made a simple program that does that. What more is it that you want to add specially the use of CV command & copy paste?
It would be helpful if you reply back. (you can have that sample program anytime you want)

Thanks a lot
ALI
 




Quick 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.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 83 jobs 
teleCODERS
Rated a 9.93 on 66 jobs 
Michael Sharp
Rated a 9.97 on 152 jobs 
Securenext
Rated a 9.97 on 72 jobs 
RNA
Rated a 9.92 on 30 jobs 
Buddies
Rated a 9.84 on 60 jobs 
Codman
Rated a 9.97 on 123 jobs 
Andrei Remenchuk
Rated a 10 on 10 jobs 
markesh
Rated a 10 on 17 jobs 
ashben
Rated a 9.6 on 38 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through it's 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.