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 20:00
The blank button automatically displays next to the data when you select a range of numeric data which is an available option for creating a chart
Answers: 3
question
Computers and Technology, 23.06.2019 07:50
Apython programming question: assume s is a string of lower case characters. write a program that prints the number of times the string 'bob' occurs in s. for example, if s = 'azcbobobegghakl', then your program should print number of times bob occurs is: 2
Answers: 3
question
Computers and Technology, 23.06.2019 15:30
Hey so i was just trying out some game hacks so i took a paste from online and built it in my visual studio and then suddenly my computer was working or clicking on stuff on its own am i hacked?
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
A. in packet tracer, only the server-pt device can act as a server. desktop or laptop pcs cannot act as a server. based on your studies so far, explain the client-server model.
Answers: 2
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
Mathematics, 16.05.2021 02:20
question
Mathematics, 16.05.2021 02:20
question
Mathematics, 16.05.2021 02:20
Questions on the website: 13722367