Questions
Answer the following questions to test your knowledge of this chapter:
- The stack is a ______, or LIFO, structure.
- For this list of generic registers, identify which one of the eight is not listed –Â
EAX,EBX,ECX,EDX,EBP,ESI,EDI. - In AT&T assembly language notation, the operand order when copying data from one place to another is _________.
jnzcauses execution to jump to the specified address if the value ofEBXis equal to zero. (True | False)- The memory space between the base pointer and the stack pointer is the ________.
- TheÂ
\x90Â opcode notoriously breaks shellcode. (True | False) - What does little-endian mean?