Find Jobs
Hire Freelancers

Micro Assembly Programming

$10-30 CAD

Closed
Posted about 10 years ago

$10-30 CAD

Paid on delivery
LISTS OF NUMBERS INSTRUCTIONS Write an assembly language program that prompts the user for a list of unsigned hex numbers, stores them in memory (buffer) and then displays the entire list of numbers. The user is prompted for the length of the list at the start of the program. The maximum length of the list is 16 (10 Hex). If the length is given as 0 the program terminates. The program must use the following procedures: GETLIST Gets a list of unsigned hex numbers (words) from the keyboard and stores them in the buffer pointed to by SI. The length of the list is in the CX register. The user is prompted for each number. Entry: SI - points to buffer to be used to store list (in the Data Segment) CX - number of items in the list Registers: All saved except flags. DISPLAYLIST Displays a list of unsigned words. SI points to the start of the list and CX contains the length of the list. If the length is zero (0) nothing will be displayed and the procedure returns. Entry: SI - start of list (in the Data Segment) CX - number of items in the list Registers: All saved except for flags The report must be handed in at the start of the next lab period. The report should contain a cover page, a brief description of the program, a sample output, a report on testing, (which must in a table) and a conclusions section that includes mention of any known bugs or problems. Attach the printout of the source file. As always, the program must be properly documented. Notes on how to get started: 1. The DISPLAYLIST procedure will be developed with the teacher in the lab. 2. Use the program from lab 3 as a template. 3. Declare the buffer using the DUP operator, e.g. 100 DUP(?) saves space for 100 items. 4. Use the procedures provided in LIBRARY.OBJ. An extern statement is required to use the procedures in your program. E.g., extrn msg:near, hexout:near, hexin:near 5. Declare procedures as follows: GETLIST PROC NEAR …………… RET GETLIST ENDP 6. Use PUSH and POP to save and restore registers. 7. The testing strategy and report will be discussed in the lab.
Project ID: 5406186

About the project

7 proposals
Remote project
Active 10 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
7 freelancers are bidding on average $37 CAD for this job
User Avatar
I could help you with this project. . . . . .
$40 CAD in 2 days
5.0 (36 reviews)
5.2
5.2
User Avatar
Hi, as you can see from my profile I have done lots of MIPS and x86 assembly programming projects. If you choose me, I would like to read some of your labs/notes about this course, so I can follow the same style of programming. Regards
$50 CAD in 3 days
5.0 (20 reviews)
4.9
4.9
User Avatar
hi, I can help you --------------------------------------------------------------------------------------------------------------------
$40 CAD in 1 day
5.0 (6 reviews)
3.1
3.1
User Avatar
I've worked with x86 assembler a great deal of time, i even made a microOS all in assembly for the 8086.
$30 CAD in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
hi,this is nasir mehmood. i am software engineer and have more than 18 years of development experience in embedded systems, database design, web design, graphics and mobile applications. i have extensive knowledge of working with assembly, ARM assembly, c,c++, c#, vc++ .net, java and vb .net. i have gone through the details of your project, i offer you my expertise for your solution, if you are interested in working with me ,then feel free to contact me for further details. thanks
$25 CAD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
A proposal has not yet been provided
$50 CAD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
extrn msg:near, hexout:near, hexin:near GETLIST PROC NEAR PUSH AX PUSH CX PUSH SI ; SHOW PROMPT FOR NUMBER OF ENTRIES: ;SET UP REGISTERS FOR CALL TO msg CALL msg ;MAY BE 'CALLA' CMP AX,0 ;MAY BE A DIFFERENT REGISTER JEQ GETLIST_EXIT ; SHOW 'ENTER NUMBER' HERE: ;SET UP REGISTERS FOR CALL TO msg CALL msg CALL HEXIN ; MORE CODE HERE GETLIST_EXIT: POP SI POP CX POP AX RET GETLIST ENDP DISPLAYLIST PROC NEAR PUSH AX PUSH CX PUSH SI ; MORE CODE HERE (TEACHER TO HELP) POP SI POP CX POP AX RET DISPLAYLIST ENDP
$25 CAD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of CANADA
Etobicoke, Canada
5.0
101
Payment method verified
Member since Aug 12, 2013

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.