Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Computer Organization and Assembly Language questions. Need answers ASAP! Thanks in advance Question 1. General purpose register EAX contains internal code ( What is a

Computer Organization and Assembly Language questions. Need answers ASAP! Thanks in advance image text in transcribed
Question 1. General purpose register EAX contains internal code ( What is a signed decimal value of the register AL ANSWER (decimal value) Question 2. Doubleword num is d efined What will be internal code of the register EBX num dd 95 after execution of the instruction mov ANSWER (hexadecimal value): [ Question 3. Add two hexadecimal numbers 0142 and 001F. Write the result as a hexadecimal and a decimal value. ANSWER (hexadecimal value) (decimal value): [ Question 4. Array of three integer numeric values (in word format) is defined Write internal hexadecimal code of each of the six memory M d -1, 2, 10 bytes starting from address M to the address M+5 M M+1 M 2 M.3 M+4 M+5 ANSWER (hexadecimal ): T Question S. What will be the value of the register EAX (decimal) after execution of the sov eax, 21 add eax, OAh mov edx,-2 add eax, eda ANSWER (decimal value): [ Question 6. What will be internal code of the register BL (hexadecimal) after execution nov edx, x le n ina edx n: mov ax, edx ANSWER (hexadecimal value); Question 7. What are the values of the ESI and EDI registers (decimal after execution of the fo push edi inc odi pop esi ) ANSWER (decimal values):[ESP A. the ESI, EDI and ECX register D. none of the registers. EDI Question 8. Executing a LOOP instruction causes changes in (circle one correct answer) B. the stack pointer register ESP C. the ECX register Question 9. What will be internal code of AL register after execution of the following instructions? t db 1,0,5,3,6 mov edi, o sov ecx, 2 nov al,o d: add al,t[edi add edi, 2 loop d ANSWER (hexadecimal value): estion 10. When the CPU executes a CALL instruction: (circle one correct answer A the EIP register that contains return address is saved in the stack B. the EIP, EBP and ESP registers are saved in the stack the EAX, ECX, EDX and EIP registers are saved in the stack

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Experts Guide To Database 2

Authors: Bruce L. Larson

1st Edition

0070232679, 978-0070232679

More Books

Students also viewed these Databases questions

Question

9. Describe the characteristics of power.

Answered: 1 week ago

Question

compute offset machine language imm

Answered: 1 week ago