Find Jobs
Hire Freelancers

Micro Assembly Programming

$10-30 CAD

Lezárt
Kiadva ekkor: körülbelül 10 évvel ezelőtt

$10-30 CAD

Teljesítéskor fizetve
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.
Projektazonosító: 5406186

A projektről

7 ajánlat
Távolról teljesíthető projekt
Aktiválva: 10 évvel ezelőtt

Szeretne pénzt keresni?

A Freelancer oldalán történő árajánlatadás előnyei

Határozzon meg költségvetést és időkeretet
Kapja meg fizetését a munkáért
Vázolja ajánlatát
Ingyen regisztrálhat és adhat árajánlatot munkákra
7 szabadúszó adott átlagosan $37 CAD összegű árajánlatot erre a munkára
Felhasználó avatár
I could help you with this project. . . . . .
$40 CAD 2 napon belül
5,0 (36 értékelés)
5,2
5,2
Felhasználó avatár
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 3 napon belül
5,0 (20 értékelés)
4,9
4,9
Felhasználó avatár
hi, I can help you --------------------------------------------------------------------------------------------------------------------
$40 CAD 1 napon belül
5,0 (6 értékelés)
3,1
3,1
Felhasználó avatár
I've worked with x86 assembler a great deal of time, i even made a microOS all in assembly for the 8086.
$30 CAD 2 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
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 1 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
A proposal has not yet been provided
$50 CAD 1 napon belül
0,0 (0 értékelés)
0,0
0,0
Felhasználó avatár
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 1 napon belül
0,0 (0 értékelés)
0,0
0,0

Az ügyfélről

CANADA zászlója
Etobicoke, Canada
5,0
101
Fizetési mód hitelesítve
Tagság kezdete: aug. 12, 2013

Ügyfél-hitelesítés

Köszönjük! E-mailben elküldtük a linket, melyen átveheti ajándék egyenlegét.
E-mailje elküldése során valami hiba történt. Kérjük, próbálja újra.
Regisztrált Felhasználók Összes Közzétett Munka
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Előnézet betöltése
Hozzáférést adott a helymeghatározáshoz.
Belépési munkamenete lejárt, és kijelentkeztettük. Kérjük, lépjen be újra.