assembly language program to enable all the interrupts in 8085 microprocessor
Answers
Answered by
1
Answer:
The assembly language program can be written as :
START. TRAP. To Enable TRAP interrupt
RST 1
RST2
RST 3
RST 4
RST 5
RST 6
RST 7
END HLT
This will be the program
Hope this helps you !
Similar questions