Question: 1 8 . Given the following sample code, which statement is correct? mov dword [ n 1 ] , 4 8 5 3 A .
Given the following sample code, which statement is correct?
mov dword n
A mov is an pointer that points to a memory address
B dword is a pointer that points to a memory address which stores a value
C n is a pointer that points to a memory address which stores a value
D is the designated memory for n to storage its value.
n represents a byte storage space.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
