Find Jobs
Hire Freelancers

Micro Assembly Programming

$10-30 CAD

Cerrado
Publicado hace más de 10 años

$10-30 CAD

Pagado a la entrega
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.
ID del proyecto: 5406186

Información sobre el proyecto

7 propuestas
Proyecto remoto
Activo hace 10 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
7 freelancers están ofertando un promedio de $37 CAD por este trabajo
Avatar del usuario
I could help you with this project. . . . . .
$40 CAD en 2 días
5,0 (36 comentarios)
5,2
5,2
Avatar del usuario
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 en 3 días
5,0 (20 comentarios)
4,9
4,9
Avatar del usuario
hi, I can help you --------------------------------------------------------------------------------------------------------------------
$40 CAD en 1 día
5,0 (6 comentarios)
3,1
3,1
Avatar del usuario
I've worked with x86 assembler a great deal of time, i even made a microOS all in assembly for the 8086.
$30 CAD en 2 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
A proposal has not yet been provided
$50 CAD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de CANADA
Etobicoke, Canada
5,0
101
Forma de pago verificada
Miembro desde ago 12, 2013

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.