subject

Adding 4 32-bit integer variables the program will contain four 32-bit integer variables and add thesevalues together, saving the result in a variable. the sum should still be in the eax register when you call the library routine dumpregs. have your values initialized in the data segment. assignment 3c: answer the following questionsquestion 1.a. declare a 32-bit signed integer variable and initialize it with the smallest possible negative decimal value. b. declare an uninitialized array of 100 16-bit unsigned integers. c. declare a string variable containing the word "dvc" repeated 20 times, and terminated with the null char. question 2for the following declarations, assuming that the address of i is 404000ha. what are the addresses of j, k, and l? b. what is the total number of allocated bytes? c. show the content of the individual bytes allocated in memory in hexadecimal. data i sbyte 1, -1 j sword 10ffh, -256 k dword 23456hl byte 'dvc'question 3given the following definitions: .datawval label wordbarray byte 10h, 20h, 30h, 6 dup (0ah)align 4warray word 5 dup (1000h)presskey equ < "press any key to continue ", 0> darray dword 5 dup (56789abh), 7 dup (12345678h)dval label dwordprompt byte presskeywhat will be the value of eax, ax, and al after executing each of the following instructions? assume that the address of barray is 404000h. a. mov eax, type warrayb. mov eax, lengthof barrayc. mov eax, sizeof darrayd. mov eax, offset warraye. mov eax, offset darrayf. mov eax, offset promptg. mov eax, dword ptr barrayh. mov al, byte ptr darrayi. mov ax, wvalj. mov eax, dval

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:00
The word β€˜play’ comes with many different interpretations and a variety of definitions. discuss some of the various meanings tied to the word play. why is the concept of play thought to be an important addition to the workplace? do some (brief) research online and give an example of how play in the workplace is being done right.
Answers: 2
question
Computers and Technology, 22.06.2019 20:10
Assume the existence of a bankaccount class. define a derived class, savingsaccount that contains two instance variables: the first a double, named interestrate, and the second an integer named interesttype. the value of the interesttype variable can be 1 for simple interest and 2 for compound interest. there is also a constructor that accepts two parameters: a double that is used to initialize the interestrate variable, and a string that you may assume will contain either "simple", or "compound", and which should be used to initialize the interesttype variable appropriately. there should also be a pair of functions getinterestrate and getinteresttype that return the values of the corresponding data members (as double and int respectively).
Answers: 2
question
Computers and Technology, 23.06.2019 07:30
What key should you press and hold to select and open multiple files at one time? enter alt control esc
Answers: 1
question
Computers and Technology, 23.06.2019 13:00
Which of the following statements is false? a. a class can directly inherit from class object. b. if the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. c. a class's instance variables are normally declared private to enforce good software engineering. d. it's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires.
Answers: 3
You know the right answer?
Adding 4 32-bit integer variables the program will contain four 32-bit integer variables and add the...
Questions
question
English, 08.01.2021 04:10
question
Mathematics, 08.01.2021 04:10
question
Mathematics, 08.01.2021 04:10
question
Mathematics, 08.01.2021 04:10
question
Social Studies, 08.01.2021 04:10
Questions on the website: 13722363