True/False
The assembler checks the pointer type used with the ADDR operator against the pointer type declared in the PROC directive.For example,it prevents a pointer to DWORD from being passed to a procedure expecting an pointer to BYTE.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: In 32-bit programs,ADDR and OFFSET return the
Q3: In assembly language,a variable declared using the
Q4: The C calling convention requires the calling
Q5: Local variables are stored on the runtime
Q6: When a 32-bit mode prgram needs to
Q7: Arrays are usually passed by reference when
Q8: When a subroutine argument is passed by
Q9: Stack parameters are usually expressed as positive
Q10: An indirect operand such as [eax +
Q11: The C calling convention is used by