Question: cu Question 1 12 pts What is the initial value that the assembler will generate for each directive below? Make sure your answer is in

 cu Question 1 12 pts What is the initial value that

cu Question 1 12 pts What is the initial value that the assembler will generate for each directive below? Make sure your answer is in hex and is the proper size for the data declared. value BYTE 123: 7B str1 BYTE "Hello": 48 65 6c 6c 6f sum BYTE 21+3: 1503 total DWORD 101010b: avg DWORD 2E48D3h: arr WORD 2, 0,-1, 5: Question 2 10 pts Assuming a 32-bit operating environment, select the mode of each operand in the following instructions: mov edx, val first operand is register V second operand is memory direct mov ah, Oah first operand is register second operand is immediate mov ( edx ), ebx first operand is register indirect second operand is register mov chr, first operand is memory direct second operand is immediate add DWORD PTR I eax), 3 first operand is register indirect second operand is immediate

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!