Question

Assembly questions 1. Each of the 8 32-bit general purpose registers in the 80x86 family contains...

Assembly questions

1. Each of the 8 32-bit general purpose registers in the 80x86 family
contains 8 16 bit registers, and 8 8 bit registers. True or false?

2. When we need to see if a math operation resulted in a zero answer, we may
use:
   a. ESP
   b. keyboard latch
   c. memory address bus
   d. EFLAGS

3. The operation:   add (radius, eax) ;
   a. changes the contents of radius.
   b. changes the contents of eax.
   c. changes both.
   d. changes neither: the answer is in ebx.
   e. none of these.

4. Boolean operations, unlike mov() commands, may be of different sizes. True or false?

5. stdin.get() :
   a. leaves its input in EAX
   b. requires a variable or register name

6. try..catch..endtry are ways of preventing the program from tanking. True or false?

7. try..catch..endtry constructs may be nested. True or false?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Note : Post remaining question seperately

Add a comment
Know the answer?
Add Answer to:
Assembly questions 1. Each of the 8 32-bit general purpose registers in the 80x86 family contains...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1) We would like to design a bus system for 32 registers of 16 bits each....

    1) We would like to design a bus system for 32 registers of 16 bits each. How many multiplexers are needed for the design? Select one: 5 16 1 4 32 2) The basic computer can be interrupted while another interrupt is being serviced. Select one: True False 3) If the Opcode bits of an instruction is 111, then the basic computer instruction type is either memory-reference or input-output. Select one: True False 4) The content of AC in the...

  • Please answer the following Assembly x86 Questions with either TRUE or FALSE. 1. The PUSHAD instruction...

    Please answer the following Assembly x86 Questions with either TRUE or FALSE. 1. The PUSHAD instruction pushes all the 32-bit general-purpose registers on the stack. 2. The SS register points to the last value pushed on the stack. 3. The POP instruction copies a value from the stack to an operand, then it increments the stack pointer 4. When a macro is invoked, both CALL and RET instructions are needed. 5. When the instruction CALL runs, ESP always changes value....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT