Search | Google it | Results 1 - 1 of 1 for funcall:getDSCR (0.00 seconds) |
114: { 115: return getDSCR() & 0x00008000; 116: } 123: 124: dscr = getDSCR(); 125: dscr |= 0x00008000; // monitor debug mode on 136: { 137: setDSCR(getDSCR() & ~0x00008000); 138: return;