CS 2350 Quiz 6
Réussis tes devoirs et examens dès maintenant avec Quizwiz!
T/F: A link library consists of assembly language source code.
False, it contains object code
What will be the value of EAX when the following sequence of instructions has executed? push 5 push 10 pop ebx pop eax
5
T/F: JMP is a conditional transfer instruction.
False
T/F: The PUSH instruction copies a value from the stack to an operand before incrementing the stack pointer.
False
Which instruction pushes all of the 32-bit general-purpose registers on the stack?
PUSHAD