5 Flashcards
Another interrupt used by the debugger is the —-.
Break point interrupt. INT 3
After every instruction , values of all registers are —- and the debugger waits for a —?
shows, key
Another interrupt used by the debugger is the —-.
Break point interrupt. INT 3
INT 3 has a —– opcode, so it can be replaced by any —-?
single byte, instruction
The environment of a program in the very simple case is all its ——- and —–?
Registers , stack
Which highest priority interrupt periodically comes to the processor?
IRQ 0
The space where all registers of a task are stored is called —-?
Process control block. or PCB
INT 8 that is saving and restoring the register is called ?
And the whole event is called?
scheduler ,
Context switch
Timer interrupt frequency?
When we press a key , a new thread are register. There is slowdown in speed of multitasking, to improve the speed we can change timer interrupt frequency.
The video service are exported via?
INT 10