Write a function in linux assembly

Assignment Help Assembly Language
Reference no: EM131310

1. Write a function in Linux assembly that evaluates the length of a string, called my_strlen. The function needs to take the pointer to a string as its only argument and return the number of characters in the string. You can assume that all strings are zero-terminated. Do not count the zero byte. You will not use the rep* or scas* instructions for this part of the assignment.

2. Write a Linux assembly program that prints out a string to the console, followed by a new line that contains the number of characters in the string (excluding any zero-character at the end of the string).

The string could be "hard-coded" in your .data section as follows and be exactly like that: string: .ascii "Hello, world!\n\0" Your routine should first evaluate the length of the string using your my_strlen function from Task 1, then print out the string, and then print out that length. You can not use any additional items in your .data section nor any additional sections other than .text and .data. Strings will be of arbitrary length (i.e. you cannot assume that the string length has a maximum number of digits). You will not overwrite the string. You may not use C library functions.

Reference no: EM131310

Questions Cloud

Identify risk management issue of crowd management : Identify risk management issue of Crowd Management
Financial index and commodity index : What do you mean by Financial index and commodity index?
Write project and progress reports : Write Project and progress reports
Developing business information system solutions : Equip Hire recorded turnover of just over $18 million for the financial year ended 2012. About eight years ago the company invested in a sales and hire system
Write a function in linux assembly : Write a function in Linux assembly
Electronics for recording : Transmit this data wirelessly to a base station for storage. How much bandwidth would you need.
Electrode impedances : How did this procedure affect the signal observed from the electrode and the electrode impedances?
Transformational leadership in the public sector : The more hierarchical an organization's authority structure, the lower the reported practice of transformational leadership behaviors.
Identify the sample and suggest a population : Identify the sample and suggest a population

Reviews

Write a Review

Assembly Language Questions & Answers

  Create a assembly language subroutine

Create a assembly language subroutine MULSUM that takes an array named A containing n bytes of positive numbers, and fills two arrays, array B containing n words and array C containing n long words

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd