// BUG: Hardware Internal or Debug Modes Allow Override of Locks. 
// if (debug || interrupt)
// FIX:
    if (interrupt)
// BUG: