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

Other questions on the subject: Computers and Technology

image
Computers and Technology, 24.06.2019 00:20, talyku843
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
image
Computers and Technology, 24.06.2019 07:30, isabelgalvarado2838
Jason is working on a microsoft excel worksheet and he wants to create a print preview shortcut. his teacher asks him to access the customization option to create the new shortcut. which two tabs should jason select to place the print preview shortcut on the worksheet toolbar? a. new tab (custom) and new group (custom) b. new file tab (custom) and new tab (custom) c. new custom group and new command d. new custom tab and new command
Answers: 2
image
Computers and Technology, 24.06.2019 11:30, smann211
Convert 11001110(acdd notation) into decimal
Answers: 2
image
Computers and Technology, 24.06.2019 20:30, LaughingAlanna
Does the query hawaiian photographers fully meets results?
Answers: 1
You know the right answer?
Adding 4 32-bit integer variables the program will contain four 32-bit integer variables and add the...

Questions in other subjects: