4 Flashcards
PIC stands for?
Programmable interrupt control.
PIC has —- inputs signals and —- output signal/s.
eight, one
PIC is and example of ——?
Peripheral devices system.
For communicating with peripheral devices processor used I/O ports.
There are only two operations with external world possible?
1- Read
2- Write
The IN and OUT instructions have a —– form and a —– form, but the —- form is almost always used.
byte, word , byte
PIC has —- ports?
two ports
1- 20
2- 21
Port 20 is —- while port 21 is the ——.
Control port. interrupt mask register
They can be used for selectively enabling or disabling interrupts.
Each of the bits at port —- corresponds to one of the —- lines.
21, IRQ
The three flags are not used for mathematical operations are —-?
1- Direction flag
2- Interrupt flag
3- Trap flag
If the —– flag is set, after every instruction a —– will be automatically generated.
interrupt, type 1 interrupt