Chapter 13 Flashcards
What is bubble sort
It can sort almost anything in computer.
What is execution thread
Step by step instructions connected to each other
What is rbt command
come back where we start diversion
What is int and iret
int = instruction iret = return from instruction
What is temporary division
There are roundabouts on roads as well that take us back from where we started after having traveled on the boundary of the round. This is the concept of a temporary diversion.
What are 2 types of instructions diversion
temporary
permanently
What instructions are for permanent diversion
jump
What instructions are for temporary diversion
call
What is RET
It is return. It takes no arguments and transfers control back to the instruction following the CALL that took us in this subroutine
What register is used for the top of stack
Stack pointer (SP)
How we can get the physical address of stack
SS:SP combination
What is the behavior of SP when stack is pushed
decremented by two
Can we push or pop single byte in stack
No
What is the difference between push and call in stack
Regarding the stack, the operation of PUSH is similar to CALL however with a register other than the instruction pointer.
What is the behavior of SP when stack is pop
incremented by two