I am just learning to program in assembly using the 8051 microcontroller (specifically the Dallas DS80C320 chip), and I am working on a simple Jeopardy-style project in which I have two clickers and a reset button, and one of two LED lights turns on depending upon which clicker is clicked first.
I am writing the program for this using interrupts, so the reset button is the input for INT0, clicker A is the input for INT1, and clicker B is the input for INT3. (I went with INT3 rather than...
Cannot clear interrupt flag 'IE3' on 8051
I am writing the program for this using interrupts, so the reset button is the input for INT0, clicker A is the input for INT1, and clicker B is the input for INT3. (I went with INT3 rather than...
Cannot clear interrupt flag 'IE3' on 8051