PUSH WORD PTR[EAX] decrements the EBP by 2 true or false?
Answers
Answered by
0
Answer:
true , here is your answer
Answered by
0
Answer:
The given statement is false
Explanation:
PTR represents pointer and EAX represents register in the assembly language. A pointer always points to the address and here in the assembly language it always defines the type of the variable.
PTR[EAX] points to the data given in EAX register and the instruction PUSH WORD PTR[EAX] pushes the word to the location in the register EAX. This instruction does not have any operations such as increment or decrement. So the given statement is false.
Similar questions