Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Assembly Language For X86

Processors 7th Edition Irvine Test Bank


Go to download the full and correct content document:
https://testbankfan.com/product/assembly-language-for-x86-processors-7th-edition-irv
ine-test-bank/
More products digital (pdf, epub, mobi) instant
download maybe you interests ...

Assembly Language For X86 Processors 7th Edition Irvine


Solutions Manual

https://testbankfan.com/product/assembly-language-
for-x86-processors-7th-edition-irvine-solutions-manual/

Assembly Language For X86 Processors 6th Edition Irvine


Test Bank

https://testbankfan.com/product/assembly-language-
for-x86-processors-6th-edition-irvine-test-bank/

Assembly Language For X86 Processors 6th Edition Irvine


Solutions Manual

https://testbankfan.com/product/assembly-language-
for-x86-processors-6th-edition-irvine-solutions-manual/

Medical Terminology Language for Healthcare 3rd Edition


Edition Thierer Test Bank

https://testbankfan.com/product/medical-terminology-language-for-
healthcare-3rd-edition-edition-thierer-test-bank/
Neurology for the Speech Language Pathologist 5th
Edition Webb Test Bank

https://testbankfan.com/product/neurology-for-the-speech-
language-pathologist-5th-edition-webb-test-bank/

Medical Language for Modern Health Care 3rd Edition


Allan Test Bank

https://testbankfan.com/product/medical-language-for-modern-
health-care-3rd-edition-allan-test-bank/

Advanced Visual Basic 2010 5th Edition Irvine Solutions


Manual

https://testbankfan.com/product/advanced-visual-basic-2010-5th-
edition-irvine-solutions-manual/

Psychology of Language 5th Edition Carroll Test Bank

https://testbankfan.com/product/psychology-of-language-5th-
edition-carroll-test-bank/

Language Of Medicine 11th Edition Chabner Test Bank

https://testbankfan.com/product/language-of-medicine-11th-
edition-chabner-test-bank/
Chapter 7 (Integer Arithmetic) – Assessment
To view the answers in Word 2010, select File | Options | Display, and select the Hidden Text checkbox.

True-False
Please indicate whether each statement is True (T) or False (F).

1. The SAR instruction is suitable for signed integers.


TThe ROR instruction is only suitable for signed integers.
FThe SAR and SHR instructions perform the same operation.
FThe MUL instruction sets the Overflow flag if the upper half of the product is not equal to zero.
TThe MUL instruction sets the Carry flag if the upper half of the product is not equal to zero.
TWhen the MUL BL instruction executes, the upper half of the product ends up in the AH
register.
TWhen the MUL BX instruction executes, the 32-bit product ends into the EAX register.
FThe destination operand of the IMUL instruction may be a memory operand.
FThe DIV instruction generates a divide overflow condition when the remainder is too large to fit
into the destination operand.
FRDX will equal 1 after the following instructions have executed.
mov rax,0FFFF0000FFFF0000h
mov rbx,2
mul rbx
11. The binary value of AL after the following instructions have executed is 00001101.
mov al,01101011b
shr al,2

12. The binary value of AL after the following instructions have executed is 11101101.
mov al, 01101011b
rol al,2

13. The binary value of AL after the following instructions have executed is 11100010.
mov al,11000101b
sar al,1

14. The binary value of AL after the following instructions have executed is 11111101.
mov al,11000101b
sar al,4

15. The hexadecimal values of DX and AX after the following instructions have executed are
DX=0005 and AX=0000.
mov dx,5000h
mov ax,20h
mul dx

Irvine, Kip R. Assembly Language for x86 Processors, 7 th Edition 1


Another random document with
no related content on Scribd:
distributed Project Gutenberg™ eBooks with only a loose
network of volunteer support.

Project Gutenberg™ eBooks are often created from several


printed editions, all of which are confirmed as not protected by
copyright in the U.S. unless a copyright notice is included. Thus,
we do not necessarily keep eBooks in compliance with any
particular paper edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg
Literary Archive Foundation, how to help produce our new
eBooks, and how to subscribe to our email newsletter to hear
about new eBooks.

You might also like