Data Transfer Schemes of 8085 Microprocessor: EC-502 Microprocessors & Microcontrollers
Data Transfer Schemes of 8085 Microprocessor: EC-502 Microprocessors & Microcontrollers
However in many situations, the parallel I/O mode is either impractical or impossible.
For example, parallel data communication over a long distance becomes very
expensive. Similarly, parallel data communication is not possible with devices such
as CRT terminal or Cassette tape etc.
Priority of Interrupts –
When microprocessor receives multiple interrupt requests simultaneously, it will
execute the interrupt service request (ISR) according to the priority of the interrupts.
2.Disable Interrupt (DI) – This instruction is used to reset the value of enable
flip-flop hence disabling all the interrupts. No flags are affected by this
instruction.
3.Set Interrupt Mask (SIM) – It is used to implement the hardware interrupts
(RST 7.5, RST 6.5, RST 5.5) by setting various bits to form masks or generate
output data via the Serial Output Data (SOD) line. First the required value is
loaded in accumulator then SIM will take the bit pattern from it.
4. Read Interrupt Mask (RIM) – This instruction is used to read the status of the
hardware interrupts (RST 7.5, RST 6.5, RST 5.5) by loading into the A register a byte
which defines the condition of the mask bits for the interrupts. It also reads the
condition of SID (Serial Input Data) bit on the microprocessor.