During interrupt initialization, only bit operation instruction can be used to set the state of interrupt controller, not byte operation instruction.
查看答案
After the MCS-51 system is reset, the interrupt request flag TCON and scon are all 0.
A. 对
B. 错
The function of IE in interrupt permission register of MCS-51 single chip microcomputer is to open or shield the interrupt sources.答案:
A. 对
B. 错
When writing interrupt service program, the user can store an unconditional transfer instruction in the interrupt entry vector address to prevent the interrupt service program from being unable to accommodate.
A. 对
B. 错
If you want to disable higher priority interrupts when executing the current interrupt program, the application software will turn off CPU interrupts, or shield interrupts from higher level interrupt sources, and then turn on interrupts when interrupts return.
A. 对
B. 错