timer0 Interrupt fully working
This commit is contained in:
@@ -3,7 +3,7 @@ package de.darkress.pic16f84sim.microcontroller;
|
||||
public class Interrupt
|
||||
{
|
||||
private static boolean globalInterruptEnabled() {
|
||||
return (Memory.getRegister(0x0B) & 0x80) == 0x80;
|
||||
return (Memory.getRegister(0x0B) & 0x80) == 0x80; // Check GIE
|
||||
|
||||
}
|
||||
public static boolean checkTimerInterruptConditions() {
|
||||
|
||||
Reference in New Issue
Block a user