Question: 1. In Visual C++, an inline statement can refer to labels outside the __asm block. a. True b. False 2. In Visual C++, the PTR
1. In Visual C++, an inline statement can refer to labels outside the __asm block.
a. True
b. False
2. In Visual C++, the PTR directive cannot be used in inline assembly code.
a. True
b. False
3. The EVEN and ALIGN directives can be used in Visual C++ inline assembly code.
a. True
b. False
4. At the beginning of an __asm block, general-purpose registers such as EAX and EBX may have unknown values.
a. True
b. False
5. A language's calling convention includes a list of which registers must be preserved by called procedures.
a. True
b. False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
