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 03:10
This program reads a file called 'test.txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string.punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test.txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
If an appliance consumes 500 w of power and is left on for 5 hours, how much energy is used over this time period? a. 2.5 kwh b. 25 kwh c. 250 kwh d. 2500 kwh
Answers: 1
question
Computers and Technology, 23.06.2019 22:30
Jamie has to enter the names, employee id’s, and income of a group of employees into a worksheet. which option will jamie use to describe the data
Answers: 3
question
Computers and Technology, 24.06.2019 05:30
Why is hard disk space important to an audio engineer? why are usb ports and firewire ports useful for an audio engineer? explain in 2-3 sentences. (3.0 points) here's a list of different audio software: ableton live apple inc.'s garageband apple inc.'s logic studio digidesign's pro tools propellerhead sofware's reason sony creative software's acid pro steinberg cubase steinberg nuendo choose one of the software programs listed above, and then go to that software program's web site. read about what the software program is used for, and then write 4-5 sentences about what you learned. (10.0 points) which type of software license is the most limiting? why? explain in 2-3 sentences. (3.0 points) when sending a midi channel voice message, how can you control the volume of the sound? explain in 2-3 sentences. (4.0 points)
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
question
Mathematics, 29.01.2020 23:56
question
History, 29.01.2020 23:56
Questions on the website: 13722367